X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=f198cffca4b2b8ceafb4a78013b25604ec5e1ea8;hb=3c043a9c7f1c44aaffaa9dbb79a890b991bfeabe;hp=a02d919079f98662d3ec744aa127ef8a58b8c286;hpb=20bb4e9d1e3da5bedaee7584a9e91aefd9e3a6d4;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index a02d919..f198cff 100644 --- a/dygraph.js +++ b/dygraph.js @@ -2200,6 +2200,8 @@ Dygraph.prototype.predraw_ = function() { // If the data or options have changed, then we'd better redraw. this.drawGraph_(); + this.plotter_.onDoneDrawing(); + // This is used to determine whether to do various animations. var end = new Date(); this.drawingTimeMs_ = (end - start);