projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d54a33
)
fix gviz test
author
Dan Vanderkam
<danvdk@gmail.com>
Sun, 13 Dec 2009 18:39:33 +0000
(10:39 -0800)
committer
Dan Vanderkam
<danvdk@gmail.com>
Sun, 13 Dec 2009 18:39:33 +0000
(10:39 -0800)
tests/gviz.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/gviz.html
b/tests/gviz.html
index
fcd2a24
..
472648a
100644
(file)
--- a/
tests/gviz.html
+++ b/
tests/gviz.html
@@
-35,7
+35,6
@@
new Dygraph.GVizChart(
document.getElementById('dygraphs')).draw(data, {
- errorBars: true
});
}
google.setOnLoadCallback(drawVisualization);