From 7a2b5176ccbb8d133bbe2de2cbfc4f04a5aa3be5 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Fri, 21 Nov 2014 21:17:39 -0500 Subject: [PATCH] drop to 100px buffer --- dygraph-interaction-model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4