PrimozGodec commented on issue #10079:
URL: https://github.com/apache/echarts/issues/10079#issuecomment-3047815836
I use inside dataZoom for dragging and not for scrolling with the mouse
wheel, but the main window scrolling is still prevented. My configuration:
```
{
type: 'inside',
xAxisIndex: 'all',
zoomOnMouseWheel: false, // Disable zooming with wheel
moveOnMouseWheel: false, // Enable scrolling with wheel
moveOnMouseMove: true
}
```
I believe that when `zoomOnMouseWheel` and `moveOnMouseWheel` are `false`,
scrolling of the app window (parent) shouldn't be disabled.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]