[Feature] dataZoom.slider disabled
Open
en
new-feature
pending
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
For now, we can't disable the slider, we can only hide it.
But in many cases, the slider can be a significant part of the view, peoples don't want to hide it, disable it is enough.
### What does the proposed API look like?
```json
{
"dataZoom": [
{
"type": "slider",
"disabled": true
}
]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.