diff --git a/data-helper.js b/data-helper.js index 2a1b554..6b72371 100644 --- a/data-helper.js +++ b/data-helper.js @@ -300,7 +300,7 @@ export const handleData = ( ? Infinity : list.isEscalator ? 7000 * floorDiff - : 10000 + floorDiff * 1000, + : 6000 + floorDiff * 1000, }; const rightValue = { [leftKey]: @@ -308,7 +308,7 @@ export const handleData = ( ? Infinity : list.isEscalator ? 7000 * floorDiff - : 10000 + floorDiff * 1000, + : 6000 + floorDiff * 1000, }; attachGraph({ graph,