Add new option 'drawGapPoints'
[dygraphs.git] / tests / isolated-points.html
index c09048d..85e8fd8 100644 (file)
       ],
       {
         labels: ["X", "S1", "S2" ],
+        S1: {
+          drawGapPoints: true
+        },
+        pointSize: 4,
         showRoller: true
       }
     );