Make new options stuff work with gviz.
authorRobert Konigsberg <konigsberg@gmail.com>
Sat, 8 Dec 2012 17:18:07 +0000 (12:18 -0500)
committerRobert Konigsberg <konigsberg@gmail.com>
Sat, 8 Dec 2012 17:18:07 +0000 (12:18 -0500)
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();
 };
 
 /**