projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e1abda
)
drop to 100px buffer
right-edge
author
Dan Vanderkam
<danvdk@gmail.com>
Sat, 22 Nov 2014 02:17:39 +0000
(21:17 -0500)
committer
Dan Vanderkam
<danvdk@gmail.com>
Sat, 22 Nov 2014 02:17:39 +0000
(21:17 -0500)
dygraph-interaction-model.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-interaction-model.js
b/dygraph-interaction-model.js
index
8270c82
..
a2f17c6
100644
(file)
--- a/
dygraph-interaction-model.js
+++ b/
dygraph-interaction-model.js
@@
-19,7
+19,7
@@
* be considered a zoom. This makes it easier to zoom to the exact edge of the
* chart, a fairly common operation.
*/
-var DRAG_EDGE_MARGIN =
2
00;
+var DRAG_EDGE_MARGIN =
1
00;
/**
* A collection of functions to facilitate build custom interaction models.