Reduce the width of testGridLinePattern from 480px to 120px, making the test run...
[dygraphs.git] / tests / gviz.html
index 707f6ac..6a4da1b 100644 (file)
@@ -38,7 +38,7 @@
       }
 
       function drawVisualization() {
-      data = createDataTable('date');
+        data = createDataTable('date');
         new google.visualization.LineChart(
             document.getElementById('gviz')).draw(data, null);