[Feature] 多个图表时 如何配置可以 让一个图标触发tooltip时 trigger 其他图标也跟着触发
What problem does this feature solve?
no
What does the proposed API look like?
no
@L-value 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] When multiple charts are configured, you can make one icon trigger when the tooltip triggers other icons also trigger
https://echarts.apache.org/zh/api.html#echarts.connect
z这个有办法只触发tooltip的联动么,用connect·貌似绘制过程也会联动,会有等待卡顿的情况
https://echarts.apache.org/zh/api.html#echarts.connect
而且 还发现一个问题 一个页面有十张表的时候,某张表会跟着不联动,就是tooltip的线不触发
而且disconnect 好像没效果。。。
https://echarts.apache.org/zh/api.html#action.tooltip.showTip
https://echarts.apache.org/zh/api.html#action.tooltip.showTip
你好 有开发者交流群之类的么 另外 如果想实现 点击鼠标使axisPointer 和tooltip 停止在当前位置 有相关api么
可以在图表的tooltip中用dispatchAction type:showTip来控制其他图表的tooltip显示
.dispatchAction({ type: "showTip", 还需要什么额外配置么,无效展示不出来tooltip
已经配置了全局的tooltip
https://echarts.apache.org/zh/api.html#echarts.connect
而且 还发现一个问题 一个页面有十张表的时候,某张表会跟着不联动,就是tooltip的线不触发
我的也是,一个页面9个折线图,使用connect联动,部分表的实例tooltip不会联动显示,就只会显示几个tooltip
Requirements for keeping the chart linked to the 'tooltip' :
- The 'dataIndex' must be consistent for each chart