projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0747928
)
Gah, another piece of code missing. Fixed.
author
Robert Konigsberg
<konigsberg@google.com>
Tue, 25 Jan 2011 17:23:38 +0000
(12:23 -0500)
committer
Robert Konigsberg
<konigsberg@google.com>
Tue, 25 Jan 2011 17:23:38 +0000
(12:23 -0500)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
6ab7606
..
45ccd7b
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-397,6
+397,7
@@
Dygraph.prototype.toDomYCoord = function(y, axis) {
if (pct == null) {
return null;
}
+ var area = this.plotter_.area;
return area.y + pct * area.h;
}