zoom.html required errorBars set. That's fixed.
authorRobert Konigsberg <konigsberg@google.com>
Tue, 19 Oct 2010 15:44:32 +0000 (11:44 -0400)
committerRobert Konigsberg <konigsberg@google.com>
Tue, 19 Oct 2010 15:44:32 +0000 (11:44 -0400)
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); }
             }
           );