drop to 100px buffer
[dygraphs.git] / 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.