drop to 100px buffer right-edge
authorDan Vanderkam <danvdk@gmail.com>
Sat, 22 Nov 2014 02:17:39 +0000 (21:17 -0500)
committerDan Vanderkam <danvdk@gmail.com>
Sat, 22 Nov 2014 02:17:39 +0000 (21:17 -0500)
dygraph-interaction-model.js

index 8270c82..a2f17c6 100644 (file)
@@ -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 = 200;
+var DRAG_EDGE_MARGIN = 100;
 
 /**
  * A collection of functions to facilitate build custom interaction models.