fix some range calculation bugs with error bars, gaps with error bars
[dygraphs.git] / tests / label-div.html
index cfda39e..56d791d 100644 (file)
@@ -21,7 +21,7 @@
       g2 = new Dygraph(document.getElementById("graphdiv2"),
                        data_nolabel,
                        {
-                         labels: [ "High", "Low" ],
+                         labels: [ "Date", "High", "Low" ],
                          labelsDiv: document.getElementById("labels")
                        });
     </script>