BUR-39 скорректировал зум по Y через SHIFT+mw

This commit is contained in:
Первов Артем
2026-07-05 11:20:57 +03:00
parent 378036f4dd
commit 790859c173

View File

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