fix issue #494 & expand xAxisLabelWidth; lots of failing tests
[dygraphs.git] / tests / two-axes-vr.html
index 12e8025..161f298 100644 (file)
@@ -54,8 +54,7 @@
               }
             },
             ylabel: 'Primary y-axis',
-            y2label: 'Secondary y-axis',
-            yAxisLabelWidth: 60
+            y2label: 'Secondary y-axis'
           }
       );
 
@@ -83,7 +82,7 @@
           }
       );
 
-      g2 = new Dygraph(
+      g3 = new Dygraph(
           document.getElementById("demodiv_two"),
           data,
           {