echarts
echarts copied to clipboard
[Feature] 希望 connect 多个图表联动可以支持选择部分功能
What problem does this feature solve?
当我使用 connect 实现联动的时候,所有的交互都会联动,我希望可以只联动 datazoom 事件,不联动其它事件
What does the proposed API look like?
echarts.connect(groupName, {
connectDataZoom: true.
});
@li-jia-nan It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
TRANSLATED
TITLE
[Feature] I hope that the linkage of multiple charts can support the selection of some functions
did you check whether multiple grids fit your scenario instead of connect - Demo