apache / apache/echarts

[Feature] 希望 connect 多个图表联动可以支持选择部分功能

Open
#20,595 2 comments 0 reactions 0 assignees View on GitHub
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

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.