Merge branch 'master' into chart-labels
[dygraphs.git] / docs / index.html
index 060f31a..acb6250 100644 (file)
             rollPeriod: 14,
             showRoller: true,
             customBars: true,
-            yAxisLabelWidth: 30
+            yAxisLabelWidth: 30,
+            title: 'Temperatures in New York vs. San Francisco',
+            ylabel: 'Temperature (F)'
           }
         );
       </script>