[Mobile] Gestures

ZOOM_AMT set back to original
0.02, because .025 made zoom out
too fast.
This commit is contained in:
Shivam Dave 2015-09-01 10:45:02 -07:00
parent aa4dbf7062
commit aedbd3bd9b

View File

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