projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cd812
)
Make new options stuff work with gviz.
author
Robert Konigsberg
<konigsberg@gmail.com>
Sat, 8 Dec 2012 17:18:07 +0000
(12:18 -0500)
committer
Robert Konigsberg
<konigsberg@gmail.com>
Sat, 8 Dec 2012 17:18:07 +0000
(12:18 -0500)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
4bef1e4
..
3612c11
100644
(file)
--- 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();
};
/**