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, }, {