[Mobile] Gestures

Slight adjustment to the ZOOM_AMT,
increased by .005 from .02 to .025.
This commit is contained in:
Shivam Dave 2015-09-01 10:22:02 -07:00
parent 2295be5e35
commit 5b95574673

View File

@ -9,7 +9,7 @@ define(
var RANGE_TICK_COUNT = 7,
DOMAIN_TICK_COUNT = 5,
ZOOM_AMT = 0.02;
ZOOM_AMT = 0.025;
function MCTPlot() {