Add tests for new series option.
[dygraphs.git] / tests / isolated-points.html
index f507fda..1c1da06 100644 (file)
       ],
       {
         labels: ["X", "S1", "S2" ],
-        S1: {
-          drawGapEdgePoints: true
+        series: {
+          S1: {
+            drawGapEdgePoints: true
+          }
         },
         pointSize: 4,
         showRoller: true