projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac139d1
)
Update callback.html to reflect changes to zoomCallback API.
author
Robert Konigsberg
<konigsberg@google.com>
Sun, 21 Nov 2010 02:28:36 +0000
(21:28 -0500)
committer
Robert Konigsberg
<konigsberg@google.com>
Sun, 21 Nov 2010 02:28:36 +0000
(21:28 -0500)
tests/callback.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/callback.html
b/tests/callback.html
index
04ed8ea
..
3a14ff3
100644
(file)
--- a/
tests/callback.html
+++ b/
tests/callback.html
@@
-81,8
+81,8
@@
s.innerHTML += "<b>Point Click</b> " + p.name + ": " + p.x + "<br/>";
},
- zoomCallback: function(minX, maxX) {
- s.innerHTML += "<b>Zoom</b> [" + minX + ", " + maxX + "]<br/>";
+ zoomCallback: function(minX, maxX
, yRanges
) {
+ s.innerHTML += "<b>Zoom</b> [" + minX + ", " + maxX + "
, [" + yRanges + "]
]<br/>";
},
drawCallback: function(g) {