From 790859c173c8d4181b321b248849eb57dc547498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D0=BE=D0=B2=20=D0=90=D1=80=D1=82?= =?UTF-8?q?=D0=B5=D0=BC?= Date: Sun, 5 Jul 2026 11:20:57 +0300 Subject: [PATCH] =?UTF-8?q?BUR-39=20=D1=81=D0=BA=D0=BE=D1=80=D1=80=D0=B5?= =?UTF-8?q?=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BB=20=D0=B7=D1=83?= =?UTF-8?q?=D0=BC=20=D0=BF=D0=BE=20Y=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20SH?= =?UTF-8?q?IFT+mw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/history-chart/historyChartOptions.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/features/history-chart/historyChartOptions.ts b/src/features/history-chart/historyChartOptions.ts index 2969a88..1ed37f1 100644 --- a/src/features/history-chart/historyChartOptions.ts +++ b/src/features/history-chart/historyChartOptions.ts @@ -82,6 +82,8 @@ export function createHistoryChartOptions({ id: 'history-x-inside', type: 'inside', xAxisIndex: 0, + zoomOnMouseWheel: true, + moveOnMouseWheel: false, throttle: 80, start: dataZoomState.start, end: dataZoomState.end, @@ -111,6 +113,8 @@ export function createHistoryChartOptions({ type: 'inside', yAxisIndex: 0, filterMode: 'none', + zoomOnMouseWheel: 'shift', + moveOnMouseWheel: false, throttle: 80, }, {