Fix errors/warnings in tests/*.html
[dygraphs.git] / tests / multi-scale.html
index 7c6c651..478111b 100644 (file)
                 title: 'Four series on the same scale',
                 xlabel: 'Date',
                 ylabel: 'Count',
-                yAxisLabelWidth: 80
+                axes: {
+                  y: {
+                    axisLabelWidth: 80
+                  }
+                }
               }
           );
     </script>