Fix errors/warnings in tests/*.html
[dygraphs.git] / tests / customLabelCss3.html
index 462a4d6..2b1b55a 100644 (file)
                 'boxShadow': '4px 4px 4px #888'
               },
               labelsSeparateLines: true,
-              yAxisLabelWidth: 20
+              axes: {
+                y: {
+                  axisLabelWidth: 20
+                }
+              }
             }
           );
     </script>