apache / apache/echarts

Limit connected action in echarts.connect

Open
#13,645 5 comments 4 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?
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

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.