start removing Color dependence
[dygraphs.git] / tests / grid_dot.html
index dcec31d..9d7bfaa 100644 (file)
@@ -29,9 +29,9 @@
             NoisyData, {
               rollPeriod: 14,
               errorBars: true,
-              gridLineColor: MochiKit.Color.Color.redColor(),
+              gridLineColor: '#FF0000',
               highlightCircleSize: 10,
-              strokeWidth: 3,
+              strokeWidth: 3
             }
           );
     </script>