Fixed attribute name typo in legend follow (#792)
[dygraphs.git] / tests / customLabel.html
index 1402325..74fc6d6 100644 (file)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
+    <link rel="stylesheet" href="../css/dygraph.css">
     <title>Label styles</title>
     <!--
     For production (minified) code, use:
               rollPeriod: 14,
               errorBars: true,
               labelsSeparateLines: true,
-              yAxisLabelWidth: 20
+              axes: {
+                y: {
+                  axisLabelWidth: 20
+                }
+              }
             }
           );
     </script>