Make new options stuff work with gviz.
[dygraphs.git] / dygraph.js
index 4bef1e4..3612c11 100644 (file)
@@ -3197,6 +3197,7 @@ Dygraph.prototype.parseDataTable_ = function(data) {
   if (annotations.length > 0) {
     this.setAnnotations(annotations, true);
   }
+  this.attributes_.reparseSeries();
 };
 
 /**