From 0fa724fde934ca86d3dc599d7c1a0a94c09fc211 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Sat, 8 Dec 2012 12:18:07 -0500 Subject: [PATCH] Make new options stuff work with gviz. --- dygraph.js | 1 + 1 file changed, 1 insertion(+) 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(); }; /** -- 2.7.4