From: Robert Konigsberg Date: Tue, 25 Jan 2011 17:23:38 +0000 (-0500) Subject: Gah, another piece of code missing. Fixed. X-Git-Tag: v1.0.0~587^2~12^2~14 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=e4416fb9d0c2894387c2c2eedaa953d10998700f;p=dygraphs.git Gah, another piece of code missing. Fixed. --- diff --git a/dygraph.js b/dygraph.js index 6ab7606..45ccd7b 100644 --- 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; }