X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=dygraph-options-reference.js;h=5aa7f05fab3a430a7017bc371520779d7ccad3b8;hb=e9a32469f3fb0fa4438993d5c46e046b07488bec;hp=e39c07363cc275b0b0749e76b0dfb81bf34be060;hpb=38e3d209effd6f9a3e49d993719808006d9d2ada;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index e39c073..5aa7f05 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -396,7 +396,7 @@ Dygraph.OPTIONS_REFERENCE = // "default": "false", "labels": ["Data Line display"], "type": "boolean", - "description": "Should the area underneath the graph be filled? This option is not compatible with error bars." + "description": "Should the area underneath the graph be filled? This option is not compatible with error bars. This may be set on a per-series basis." }, "highlightCircleSize": { "default": "3", @@ -770,7 +770,7 @@ Dygraph.OPTIONS_REFERENCE = // // Do a quick sanity check on the options reference. (function() { "use strict"; - var warn = function(msg) { if (console) console.warn(msg); }; + var warn = function(msg) { if (window.console) window.console.warn(msg); }; var flds = ['type', 'default', 'description']; var valid_cats = [ 'Annotations',