X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=src%2Fdygraph-options-reference.js;h=0f3ebfa1dcc760d01b475b5dcb45940e5dfe5ff0;hb=1715eee9eec72048d8fd94ce19127c330be3033e;hp=3f9a640879eccdfde75fce0f782d6dbac223f4ed;hpb=5a57a74cdb1f2a15441e154a6cf4a8985ab7a37a;p=dygraphs.git diff --git a/src/dygraph-options-reference.js b/src/dygraph-options-reference.js index 3f9a640..0f3ebfa 100644 --- a/src/dygraph-options-reference.js +++ b/src/dygraph-options-reference.js @@ -164,6 +164,12 @@ OPTIONS_REFERENCE = // "type": "float", "description": "Fade the background while highlighting series. 1=fully visible background (disable fading), 0=hiddden background (show highlighted series only)." }, + "highlightSeriesBackgroundColor": { + "default": "rgb(255, 255, 255)", + "labels": ["Interactive Elements"], + "type": "string", + "description": "Sets the background color used to fade out the series in conjunction with 'highlightSeriesBackgroundAlpha'." + }, "includeZero": { "default": "false", "labels": ["Axis display"],