add highlightCallback, add selPoints to callbacks, callback test
[dygraphs.git] / tests / noise.html
index b6fcc25..a589fb3 100644 (file)
@@ -25,7 +25,7 @@
           );
       g30 = new Dygraph(
             document.getElementById("g30"),
-            NoisyData, {
+            NoisyData().replace(/,/g, "\t"), {
               rollPeriod: 14,
               errorBars: true
             }