From aedbd3bd9b755d5a7d8930fc4c96e0ea86c4e3e7 Mon Sep 17 00:00:00 2001 From: Shivam Dave Date: Tue, 1 Sep 2015 10:45:02 -0700 Subject: [PATCH] [Mobile] Gestures ZOOM_AMT set back to original 0.02, because .025 made zoom out too fast. --- platform/features/plot-reborn/src/directives/MCTPlot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/plot-reborn/src/directives/MCTPlot.js b/platform/features/plot-reborn/src/directives/MCTPlot.js index 4b13e1527d..500fcf194d 100644 --- a/platform/features/plot-reborn/src/directives/MCTPlot.js +++ b/platform/features/plot-reborn/src/directives/MCTPlot.js @@ -9,7 +9,7 @@ define( var RANGE_TICK_COUNT = 7, DOMAIN_TICK_COUNT = 5, - ZOOM_AMT = 0.025; + ZOOM_AMT = 0.02; function MCTPlot() {