Fix errors/warnings in tests/*.html
[dygraphs.git] / tests / two-axes.html
index f583263..f652389 100644 (file)
@@ -53,6 +53,9 @@
               },
             },
             axes: {
+              y: {
+                axisLabelWidth: 60
+              },
               y2: {
                 // set axis-related properties here
                 labelsKMB: true
@@ -60,7 +63,6 @@
             },
             ylabel: 'Primary y-axis',
             y2label: 'Secondary y-axis',
-            yAxisLabelWidth: 60
           }
       );