From: Dan Vanderkam <danvdk@gmail.com>
Date: Sat, 22 Nov 2014 02:17:39 +0000 (-0500)
Subject: drop to 100px buffer
X-Git-Tag: v1.1.0~18^2
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=refs%2Fheads%2Fright-edge;p=dygraphs.git

drop to 100px buffer
---

diff --git a/dygraph-interaction-model.js b/dygraph-interaction-model.js
index 8270c82..a2f17c6 100644
--- 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 = 200;
+var DRAG_EDGE_MARGIN = 100;
 
 /**
  * A collection of functions to facilitate build custom interaction models.