zoom.html required errorBars set. That's fixed.
[dygraphs.git] / tests / zoom.html
index c3b0e2d..62252a1 100644 (file)
@@ -39,6 +39,7 @@
       g = new Dygraph(
             document.getElementById("div_g"),
             NoisyData, {
+              errorBars: true,
               zoomCallback : function(a,b,c,d) { showDimensions(a,b,c,d); }
             }
           );