Fix bug 382. Simplify resizing by not recreating everything from scratch. This makes...
[dygraphs.git] / tests / isolated-points.html
index 85e8fd8..1c1da06 100644 (file)
       ],
       {
         labels: ["X", "S1", "S2" ],
-        S1: {
-          drawGapPoints: true
+        series: {
+          S1: {
+            drawGapEdgePoints: true
+          }
         },
         pointSize: 4,
         showRoller: true