X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fzoom.html;h=121adee35501a68807d48dbf14f837482ee907d8;hb=e1fb3740f1d27bbbb67fbf72e831a3b57bb20d91;hp=c3b0e2df8c34c5a5eb52db1332a22c0e8a98348e;hpb=eeab5025da187d3fb284353fd2ba7d69e5d95d39;p=dygraphs.git diff --git a/tests/zoom.html b/tests/zoom.html index c3b0e2d..121adee 100644 --- a/tests/zoom.html +++ b/tests/zoom.html @@ -2,7 +2,7 @@ zoom @@ -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); } } );