X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=e39c07363cc275b0b0749e76b0dfb81bf34be060;hb=38e3d209effd6f9a3e49d993719808006d9d2ada;hp=04f13d7038da5ba8b067b0bc660f6c6b5de94dcb;hpb=85e975f9e164acfd6bdbb9a4b20d6a40f2d2a850;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 04f13d7..e39c073 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -753,6 +753,12 @@ Dygraph.OPTIONS_REFERENCE = // "labels": ["Interactive Elements"], "type": "boolean", "description": "Set this option to animate the transition between zoom windows. Applies to programmatic and interactive zooms. Note that if you also set a drawCallback, it will be called several times on each zoom. If you set a zoomCallback, it will only be called after the animation is complete." + }, + "plotter": { + "default": "[DygraphCanvasRenderer.Plotters.fillPlotter, DygraphCanvasRenderer.Plotters.errorPlotter, DygraphCanvasRenderer.Plotters.linePlotter]", + "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." } } ; //