X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=6728bc47143bf8588e8e9c64cc6989c3eb2fd1a9;hb=ad617f174a6b4ec2aea3d06553534dcaf278a2bb;hp=5e4ba62f1c5c22d1adae2cf02574d890ee9ed185;hpb=75e2ab53cb9860deb0082b7bdf1bbb59eaafcc65;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index 5e4ba62..6728bc4 100644 --- a/dygraph.js +++ b/dygraph.js @@ -2480,7 +2480,6 @@ Dygraph.prototype.drawGraph_ = function() { // Save the X axis zoomed status as the updateOptions call will tend to set it erroneously var tmp_zoomed_x = this.zoomed_x_; // Tell PlotKit to use this new data and render itself - this.layout_.setDateWindow(this.dateWindow_); this.zoomed_x_ = tmp_zoomed_x; this.layout_.evaluateWithError(); this.renderGraph_(is_initial_draw);