X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=cb8b767497fa2e6d18e2bacd724a8360e19c40bc;hb=a7803eea480d293985319aa33a70c95c54cf0781;hp=bc5867e3624bcf4a42bc3318f009104c3958c52e;hpb=2a02e5dde7f3727c1735761b84ca41c0f241dcaf;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index bc5867e..cb8b767 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -145,11 +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": { + "highlightSeriesBackgroundAlpha": { "default": "0.5", "labels": ["Interactive Elements"], "type": "float", - "description": "When nonzero, dim the background while highlighting series. 0=fully visible background, 1=hiddden background (show highlighted series only)." + "description": "Fade the background while highlighting series. 1=fully visible background (disable fading), 0=hiddden background (show highlighted series only)." }, "includeZero": { "default": "false",