X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fzoom.html;fp=tests%2Fzoom.html;h=91cee4371a262e5d62c9646bdca9c8b4e05f7d57;hb=f99d913cd73b0d91850c09985237f6683713cdd2;hp=1b6093639b580d2562773c2fbbdc705a611ae74f;hpb=5f3b823b04c883763db7532e131f81e79f032f96;p=dygraphs.git diff --git a/tests/zoom.html b/tests/zoom.html index 1b60936..91cee43 100644 --- a/tests/zoom.html +++ b/tests/zoom.html @@ -43,7 +43,6 @@ zoomCallback : function(minDate, maxDate, yRanges) { showDimensions(minDate, maxDate, yRanges); } } - } ); // TODO(konigsberg): Implement a visualization that verifies that initial @@ -82,7 +81,7 @@ g.updateOptions({ valueRange: [minValue, maxValue] }); - showYDimensions(this.getYRanges()); + showYDimensions(g.yAxisRanges()); } function unzoomGraph() {