X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=3612c1195bac49e7a0243e576274f5547f1f23cd;hb=8114048a36bdb90f7a3ffbf583a3efff13e96a39;hp=4bef1e402dcb5861faa14a76143e64fc56d624c8;hpb=c70fe730d3e8a4ff32f9371d95a7894441f2f671;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index 4bef1e4..3612c11 100644 --- a/dygraph.js +++ b/dygraph.js @@ -3197,6 +3197,7 @@ Dygraph.prototype.parseDataTable_ = function(data) { if (annotations.length > 0) { this.setAnnotations(annotations, true); } + this.attributes_.reparseSeries(); }; /**