luanafrisina opened a new issue, #19970:
URL: https://github.com/apache/echarts/issues/19970
### What problem does this feature solve?
Currently, dataZoom allows users to freely adjust both ends of the slider
handle for zooming. However, I was wondering if it would be possible to
consider adding an option to lock one end of the slider handle, preventing
users from zooming outwards from that end.
### What does the proposed API look like?
```
dataZoom: [{
zoomLock: true / false,
leftSliderLock: true / false,
rightSliderLock: true / false,
}],
```
--
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]