X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=dygraph-options-reference.js;h=eb07d103d01e1314d874126e9f4dacdc2788e56f;hb=c17e11738cb5603fafcdc84527114502312344c4;hp=b88e7200f598e17b8ff3b24f4ecb5bec34e91cbb;hpb=8498e5e8bee67ebddbf8c8ff268bfa18d9a77cba;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index b88e720..eb07d10 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -4,9 +4,6 @@ * MIT-licensed (http://opensource.org/licenses/MIT) */ -/*jshint globalstrict: true */ -/*global Dygraph:false */ - // NOTE: in addition to parsing as JS, this snippet is expected to be valid // JSON. This assumption cannot be checked in JS, but it will be checked when // documentation is generated by the generate-documentation.py script. For the @@ -479,7 +476,7 @@ Dygraph.OPTIONS_REFERENCE = // "default": "onmouseover", "labels": ["Legend"], "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." + "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. When set to \"follow\", legend follows highlighted points." }, "labelsShowZeroValues": { "default": "true",