X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=98cf22f30639bfa8dbcd8799a146275e7e69c049;hb=1beeb31035c4028e84cde14b804c08d33bffbd02;hp=423c9bced22f3d9d36a97edf126bc91740c97648;hpb=d9fbba56368920b2d2ae5c04291d684263b2f2b0;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 423c9bc..98cf22f 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -728,7 +728,7 @@ Dygraph.OPTIONS_REFERENCE = // "default": "false", "labels": ["Interactive Elements"], "type": "boolean", - "description": "Show the range selector widget. This option can only be specified at Dygraph creation time." + "description": "Show or hide the range selector widget." }, "rangeSelectorHeight": { "default": "40", @@ -769,7 +769,7 @@ Dygraph.OPTIONS_REFERENCE = // "plugins": { "default": "[]", "labels": ["Configuration"], - "type": "array", + "type": "Array", "description": "Defines per-graph plug-ins. Useful for per-graph customization" } }