mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 01:18:57 +00:00
[Mobile] Gestures
Slight adjustment to the ZOOM_AMT, increased by .005 from .02 to .025.
This commit is contained in:
@ -9,7 +9,7 @@ define(
|
|||||||
|
|
||||||
var RANGE_TICK_COUNT = 7,
|
var RANGE_TICK_COUNT = 7,
|
||||||
DOMAIN_TICK_COUNT = 5,
|
DOMAIN_TICK_COUNT = 5,
|
||||||
ZOOM_AMT = 0.02;
|
ZOOM_AMT = 0.025;
|
||||||
|
|
||||||
function MCTPlot() {
|
function MCTPlot() {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user