X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;fp=dygraph-options-reference.js;h=3e13d85804772af8cfd19e475e251adf32298837;hb=79cb28dd681a26f9e7824f61d95c7458ca5104e7;hp=596e541bb19d9a9c138af3d8fb005e8640d61542;hpb=710ac67ad54c012c5e6b53b5e9f4bbe5e3c0b1df;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 596e541..3e13d85 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -739,6 +739,12 @@ Dygraph.OPTIONS_REFERENCE = // "type": "string", "description": "The range selector mini plot fill color. This can be of the form \"#AABBCC\" or \"rgb(255,100,200)\" or \"yellow\". You can also specify null or \"\" to turn off fill." }, + "rangeSelectorPlotFillGradientColor": { + "default": "white", + "labels": ["Interactive Elements"], + "type": "string", + "description": "The top color for the range selector mini plot fill color gradient. This can be of the form \"#AABBCC\" or \"rgb(255,100,200)\" or \"rgba(255,100,200,42)\" or \"yellow\". You can also specify null or \"\" to disable the gradient and fill with one single color." + }, "showInRangeSelector": { "default": "null", "labels": ["Interactive Elements"],