From: Robert Konigsberg Date: Sat, 8 Dec 2012 17:18:07 +0000 (-0500) Subject: Make new options stuff work with gviz. X-Git-Tag: v1.0.0~152 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=0fa724fde934ca86d3dc599d7c1a0a94c09fc211;hp=05cd81257489d0e1f1257e54c4e18d203998d4c6;p=dygraphs.git Make new options stuff work with gviz. --- 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(); }; /**