[Feature] 希望 connect 多个图表联动可以支持选择部分功能
Open
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?
当我使用 connect 实现联动的时候,所有的交互都会联动,我希望可以只联动 datazoom 事件,不联动其它事件
### What does the proposed API look like?
```ts
echarts.connect(groupName, {
connectDataZoom: true.
});
```
Contributor guide
Assessment
This issue has not been assessed yet.