projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef0b205
)
Fixed bug which didn't allow panning unless you zoomed on x-axis only. Zooming on...
author
Robert Konigsberg
<konigsberg@google.com>
Fri, 8 Oct 2010 14:07:42 +0000
(10:07 -0400)
committer
Robert Konigsberg
<konigsberg@google.com>
Fri, 8 Oct 2010 14:07:42 +0000
(10:07 -0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
001d224
..
aea73ea
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-832,7
+832,7
@@
Dygraph.prototype.createDragInterface_ = function() {
if (event.altKey || event.shiftKey) {
// have to be zoomed in to pan.
- if (!self.dateWindow_ && !self.value
Range
_) return;
+ if (!self.dateWindow_ && !self.value
Window
_) return;
isPanning = true;
var xRange = self.xAxisRange();