projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5e7e1
)
remove unparseable bits; panning is broken
author
Dan Vanderkam
<danvk@google.com>
Fri, 22 Oct 2010 00:12:06 +0000
(20:12 -0400)
committer
Dan Vanderkam
<danvk@google.com>
Fri, 22 Oct 2010 00:12:06 +0000
(20:12 -0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
ec951b0
..
330aa77
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-803,7
+803,6
@@
Dygraph.prototype.createDragInterface_ = function() {
// MERGE
-=======
// y-axis scaling is automatic unless a valueRange is defined or
// if the user zooms in on the y-axis. If neither is true, valueWindow_
// will be null.
@@
-812,7
+811,6
@@
Dygraph.prototype.createDragInterface_ = function() {
var minValue = maxValue - valueRange;
self.valueWindow_ = [ minValue, maxValue ];
}
->>>>>>> master
self.drawGraph_();
}