Limit connected action in echarts.connect
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?
In some cases, only part of the action wants to be connected. Like the case in #13630, #17504
### What does the proposed API look like?
The second parameter is a list of fired events.
```ts
echarts.connect([chart1, chart2], ['dataZoom', 'visualMap']);
```
Contributor guide
Assessment
This issue has not been assessed yet.