X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=97b410f480be0a20baca01ed7a2307499f6a7eee;hb=cbfcf21db4a2ef0f5db409591146f975ffe7b7f2;hp=6a72616d35d7908b1023285119c5347a258b8fe6;hpb=e2c21500ff552f97a80ed02e027df86aecac3c75;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 6a72616..97b410f 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -43,6 +43,12 @@ Dygraph.OPTIONS_REFERENCE = // "type": "boolean", "description": "Draw a small dot at each point, in addition to a line going through the point. This makes the individual data points easier to see, but can increase visual clutter in the chart. The small dot can be replaced with a custom rendering by supplying a drawPointCallback." }, + "drawGapEdgePoints": { + "default": "false", + "labels": ["Data Line display"], + "type": "boolean", + "description": "Draw points at the edges of gaps in the data. This improves visibility of small data segments or other data irregularities." + }, "drawPointCallback": { "default": "null", "labels": ["Data Line display"],