X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fzoom.html;h=62252a15727920f87d9c98f47c442266e9807379;hb=refs%2Fheads%2Ftwo_axes;hp=c3b0e2df8c34c5a5eb52db1332a22c0e8a98348e;hpb=1f75a05ce24d88587871a7305f1982010577cd33;p=dygraphs.git diff --git a/tests/zoom.html b/tests/zoom.html index c3b0e2d..62252a1 100644 --- a/tests/zoom.html +++ b/tests/zoom.html @@ -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); } } );