X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fzoom.html;h=121adee35501a68807d48dbf14f837482ee907d8;hb=e1fb3740f1d27bbbb67fbf72e831a3b57bb20d91;hp=353be3bbc1b3a5ecc8c0905ded22f841a536941e;hpb=c65f2303664330f03787d4e0bc7da5f2d9b4bc5f;p=dygraphs.git diff --git a/tests/zoom.html b/tests/zoom.html index 353be3b..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); } } ); @@ -84,8 +85,8 @@ function unzoomGraph() { g.updateOptions({ - dateWindow: undefined, - valueRange: undefined + dateWindow: null, + valueRange: null }); }