X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=91108799351659d18df17e4c33b2d8f57b68d733;hb=21ebe38bb1eeae3a7fd73335a411bfd81c66d985;hp=df19c7d67e4336de05fb845352b42acd3ec8a4b4;hpb=d91ba598b82c927945744c7041dc05500b5545b3;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index df19c7d..9110879 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -748,12 +748,6 @@ 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." }, - "xIsEpochDate": { - "default": "false", - "labels": ["CSV parsing"], - "type": "boolean", - "description": "When set the X axis is interpreted as Unix epoch date values." - }, "animatedZooms": { "default": "false", "labels": ["Interactive Elements"], @@ -765,6 +759,12 @@ Dygraph.OPTIONS_REFERENCE = // "labels": ["Data Line display"], "type": "array or function", "description": "A function (or array of functions) which plot each data series on the chart. TODO(danvk): more details! May be set per-series." + }, + "series": { + "default": "null", + "labels": ["Series"], + "type": "Object", + "description": "Defines per-series options. Its keys match the y-axis label names, and the values are dictionaries themselves that contain options specific to that series. When this option is missing, it falls back on the old-style of per-series options comingled with global options." } } ; // @@ -793,6 +793,7 @@ Dygraph.OPTIONS_REFERENCE = // 'Legend', 'Overall display', 'Rolling Averages', + 'Series', 'Value display/formatting', 'Zooming', 'Debugging',