区域缩放按钮,缩放和返回按钮无法单独隐藏/dataZoomSelect zoom and back button can be hidden separately
Open
new-feature
topic: dataZoom
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
I need to bind events in zoom to read data from the background again,In this way, the back event is detached, so the back button is not needed, but it cannot be hidden
### What does the proposed API look like?
toolbox: {
feature: {
dataZoom: {
show: true,
yAxisIndex: 'none',
hidden: {
back: 'true'
}
},
}
|
Contributor guide
Assessment
This issue has not been assessed yet.