From: Robert Konigsberg Date: Mon, 29 Nov 2010 22:20:45 +0000 (-0500) Subject: Syntax error, plus used correct function for y axis ranges. X-Git-Tag: v1.0.0~584^2~26 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=f99d913cd73b0d91850c09985237f6683713cdd2;p=dygraphs.git Syntax error, plus used correct function for y axis ranges. --- 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() {