projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df1af7
)
numeric-gviz test works again
author
Dan Vanderkam
<danvdk@gmail.com>
Wed, 6 Oct 2010 14:18:55 +0000
(10:18 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Wed, 6 Oct 2010 14:18:55 +0000
(10:18 -0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
074776f
..
4cdc196
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-2157,6
+2157,7
@@
Dygraph.prototype.parseDataTable_ = function(data) {
var labels = [data.getColumnLabel(0)];
for (var i = 0; i < colIdx.length; i++) {
labels.push(data.getColumnLabel(colIdx[i]));
+ if (this.attr_("errorBars")) i += 1;
}
this.attrs_.labels = labels;
cols = labels.length;