Be smart about the number of x ticks. This resolves issue 6
[dygraphs.git] / tests / spacing.html
index ca84bb1..d6ebb75 100644 (file)
@@ -10,7 +10,7 @@
   </head>
   <body>
     <p>Wide</p>
-    <div id="g" style="width:600px; height:300px;"></div>
+    <div id="g" style="width:800px; height:300px;"></div>
 
     <p>Narrow</p>
     <div id="g2" style="width:300px; height:200px;"></div>
@@ -19,7 +19,7 @@
       g = new DateGraph(
             document.getElementById("g"),
             data, null, {
-              rollPeriod: 7
+              rollPeriod: 7,
             }
           );
       g2 = new DateGraph(