apache / apache/echarts

Merge 'inside' and 'slider' dataZoom

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

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.