X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=74b7beded486f09ff906bf0d0d54ac9475f219d0;hb=7153e001b9878a4bbb04690bfaaaf764c4efa2c7;hp=5bc7f63533878457dad18b615bd5da1cc7686045;hpb=22bce4f209d99203fcb3c3892ddf5ddb6d359b93;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 5bc7f63..74b7bed 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -545,6 +545,12 @@ Dygraph.OPTIONS_REFERENCE = // "labels": ["Data"], "type": "string (URL of CSV or CSV), GViz DataTable or 2D Array", "description": "Sets the data being displayed in the chart. This can only be set when calling updateOptions; it cannot be set from the constructor. For a full description of valid data formats, see the Data Formats page." + }, + "timingName": { + "default": "null", + "labels": [ "Debugging" ], + "type": "string", + "description": "Set this option to log timing information. The value of the option will be logged along with the timimg, so that you can distinguish multiple dygraphs on the same page." } } ; // @@ -573,7 +579,8 @@ Dygraph.OPTIONS_REFERENCE = // 'Overall display', 'Rolling Averages', 'Value display/formatting', - 'Zooming' + 'Zooming', + 'Debugging' ]; var cats = {}; for (var i = 0; i < valid_cats.length; i++) cats[valid_cats[i]] = true;