apache / apache/echarts

区域缩放按钮,缩放和返回按钮无法单独隐藏/dataZoomSelect zoom and back button can be hidden separately

Open
#14,268 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.