Fix errors/warnings in tests/*.html
[dygraphs.git] / tests / customLabel.html
index 1402325..c4ebee7 100644 (file)
               rollPeriod: 14,
               errorBars: true,
               labelsSeparateLines: true,
-              yAxisLabelWidth: 20
+              axes: {
+                y: {
+                  axisLabelWidth: 20
+                }
+              }
             }
           );
     </script>