Merge 'inside' and 'slider' dataZoom
Open
en
new-feature
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
Currently, we need to config two dataZoom components to have both slider and roam features. It's easy to make configuration inconsistent between these two components. Like described in the issue https://github.com/apache/echarts/issues/14018
### What does the proposed API look like?
Only need to config one dataZoom component.
```js
dataZoom: {
roam: true // Same with adding a inside dataZoom component
}
```
Contributor guide
Assessment
This issue has not been assessed yet.