projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f75a05
)
zoom.html required errorBars set. That's fixed.
author
Robert Konigsberg
<konigsberg@google.com>
Tue, 19 Oct 2010 15:44:32 +0000
(11:44 -0400)
committer
Robert Konigsberg
<konigsberg@google.com>
Tue, 19 Oct 2010 15:44:32 +0000
(11:44 -0400)
tests/zoom.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/zoom.html
b/tests/zoom.html
index
c3b0e2d
..
62252a1
100644
(file)
--- a/
tests/zoom.html
+++ b/
tests/zoom.html
@@
-39,6
+39,7
@@
g = new Dygraph(
document.getElementById("div_g"),
NoisyData, {
+ errorBars: true,
zoomCallback : function(a,b,c,d) { showDimensions(a,b,c,d); }
}
);