X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=05988c4633355447cd25b18822014f658882b849;hb=250bb62bb4614a3c1189c9b5b8b99e182a11db6e;hp=3ecc531f7912bc76f3771ff874169ea0a4c6760f;hpb=2909d9ae3cf695f2375a328497b934df85cf53a9;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 3ecc531..05988c4 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -474,6 +474,12 @@ Dygraph.OPTIONS_REFERENCE = // "type": "string", "description": "When to display the legend. By default, it only appears when a user mouses over the chart. Set it to \"always\" to always display a legend of some sort." }, + "legendFollow": { + "default": "false", + "labels": ["Legend"], + "type": "boolean", + "description": "Legend follows highlighted points" + }, "labelsShowZeroValues": { "default": "true", "labels": ["Legend"],