[Mobile] Gestures

Distance change to differentiate between
pan and pinch increased from 2 to 3.
This commit is contained in:
Shivam Dave 2015-09-03 11:48:42 -07:00
parent c394151c46
commit 4fa29d30f5

View File

@ -10,7 +10,7 @@ define(
var RANGE_TICK_COUNT = 7,
DOMAIN_TICK_COUNT = 5,
ZOOM_AMT = 0.02,
PINCH_DRAG_AMT = 2;
PINCH_DRAG_AMT = 3;
function MCTPlot() {