Merge pull request #148 from klausw-g/edge-points
[dygraphs.git] / dygraph-options-reference.js
index 3fdd4ea..97b410f 100644 (file)
@@ -43,7 +43,7 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
     "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 <a href='#drawPointCallback'>drawPointCallback</a>."
   },
-  "drawGapPoints": {
+  "drawGapEdgePoints": {
     "default": "false",
     "labels": ["Data Line display"],
     "type": "boolean",