X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=32180cc67a009bd4348b07673c67689bd9e351f3;hb=b635457c9bf0e7606b6ce209d7bf722b4dee012a;hp=3a8c8621c834247521fb28ec5bc0b93c8e8407e3;hpb=d89973c0db331c81b4b8019d59fd0aefc5e90871;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index 3a8c862..32180cc 100644 --- a/dygraph.js +++ b/dygraph.js @@ -3387,6 +3387,8 @@ Dygraph.prototype.updateOptions = function(input_attrs, block_redraw) { Dygraph.updateDeep(this.user_attrs_, attrs); + this.attributes_.reparseSeries(); + if (file) { this.file_ = file; if (!block_redraw) this.start_();