Merge pull request 'BUR-39 скорректировал зум по Y через SHIFT+mw' (#14) from bur-39 into dev

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-07-05 08:25:25 +00:00

View File

@@ -82,6 +82,8 @@ export function createHistoryChartOptions({
id: 'history-x-inside', id: 'history-x-inside',
type: 'inside', type: 'inside',
xAxisIndex: 0, xAxisIndex: 0,
zoomOnMouseWheel: true,
moveOnMouseWheel: false,
throttle: 80, throttle: 80,
start: dataZoomState.start, start: dataZoomState.start,
end: dataZoomState.end, end: dataZoomState.end,
@@ -111,6 +113,8 @@ export function createHistoryChartOptions({
type: 'inside', type: 'inside',
yAxisIndex: 0, yAxisIndex: 0,
filterMode: 'none', filterMode: 'none',
zoomOnMouseWheel: 'shift',
moveOnMouseWheel: false,
throttle: 80, throttle: 80,
}, },
{ {