From: Robert Konigsberg Date: Sun, 21 Nov 2010 02:28:36 +0000 (-0500) Subject: Update callback.html to reflect changes to zoomCallback API. X-Git-Tag: v1.0.0~599^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=8d4465c486438c54fe424bf415d6852635572eb4;p=dygraphs.git Update callback.html to reflect changes to zoomCallback API. --- diff --git a/tests/callback.html b/tests/callback.html index 04ed8ea..3a14ff3 100644 --- a/tests/callback.html +++ b/tests/callback.html @@ -81,8 +81,8 @@ s.innerHTML += "Point Click " + p.name + ": " + p.x + "
"; }, - zoomCallback: function(minX, maxX) { - s.innerHTML += "Zoom [" + minX + ", " + maxX + "]
"; + zoomCallback: function(minX, maxX, yRanges) { + s.innerHTML += "Zoom [" + minX + ", " + maxX + ", [" + yRanges + "]]
"; }, drawCallback: function(g) {