projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f3b823
)
Syntax error, plus used correct function for y axis ranges.
author
Robert Konigsberg
<konigsberg@google.com>
Mon, 29 Nov 2010 22:20:45 +0000
(17:20 -0500)
committer
Robert Konigsberg
<konigsberg@google.com>
Mon, 29 Nov 2010 22:20:45 +0000
(17:20 -0500)
tests/zoom.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/zoom.html
b/tests/zoom.html
index
1b60936
..
91cee43
100644
(file)
--- 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.getY
Ranges());
+ showYDimensions(
g.yAxis
Ranges());
}
function unzoomGraph() {