X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=inline;f=dygraph-options-reference.js;h=cb8b767497fa2e6d18e2bacd724a8360e19c40bc;hb=a7803eea480d293985319aa33a70c95c54cf0781;hp=19becfddb174f4b1c03b96c4a2bc19772510c058;hpb=38dbac3e0b3c24486d3f548ae63dabd6e1d73bc3;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 19becfd..cb8b767 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -145,17 +145,11 @@ Dygraph.OPTIONS_REFERENCE = // "type": "Object", "description": "When set, the options from this object are applied to the timeseries closest to the mouse pointer for interactive highlighting. See also 'highlightCallback'. Example: highlightSeriesOpts: { strokeWidth: 3 }." }, - "highlightSeriesBackgroundFade": { - "default": "0", + "highlightSeriesBackgroundAlpha": { + "default": "0.5", "labels": ["Interactive Elements"], - "type": "number", - "description": "When nonzero, dim the background while highlighting series. 0=fully visible, 1=hidden" - }, - "highlightSeriesAnimate": { - "default": "false", - "labels": ["Interactive Elements"], - "type": "boolean", - "description": "Animate the background dimming for nonzero highlightSeriesBackgroundFade." + "type": "float", + "description": "Fade the background while highlighting series. 1=fully visible background (disable fading), 0=hiddden background (show highlighted series only)." }, "includeZero": { "default": "false",