X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=91108799351659d18df17e4c33b2d8f57b68d733;hb=04f2bce6d1377d82536feb27a25b6fec5fd45e63;hp=e7fe1c53e383a1e189854ec95abe06d10443f4a1;hpb=56bccd4d05fd54ffb85f87a4f608c02b50a6d1d5;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index e7fe1c5..9110879 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -776,7 +776,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', @@ -793,6 +793,7 @@ Dygraph.OPTIONS_REFERENCE = // 'Legend', 'Overall display', 'Rolling Averages', + 'Series', 'Value display/formatting', 'Zooming', 'Debugging',