From: Dan Vanderkam Date: Fri, 22 Oct 2010 00:12:06 +0000 (-0400) Subject: remove unparseable bits; panning is broken X-Git-Tag: v1.0.0~622^2~8 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=f97785a9ed74007f6480305a358fec57591b77ef;p=dygraphs.git remove unparseable bits; panning is broken --- diff --git a/dygraph.js b/dygraph.js index ec951b0..330aa77 100644 --- a/dygraph.js +++ b/dygraph.js @@ -803,7 +803,6 @@ Dygraph.prototype.createDragInterface_ = function() { // MERGE -======= // y-axis scaling is automatic unless a valueRange is defined or // if the user zooms in on the y-axis. If neither is true, valueWindow_ // will be null. @@ -812,7 +811,6 @@ Dygraph.prototype.createDragInterface_ = function() { var minValue = maxValue - valueRange; self.valueWindow_ = [ minValue, maxValue ]; } ->>>>>>> master self.drawGraph_(); }