pissang edited a comment on issue #13630:
URL: 
https://github.com/apache/incubator-echarts/issues/13630#issuecomment-730105553


   @mmm2006 抱歉我以为你想要显示多个 tooltip,现在联动的话是强制关联了 tooltip,如果只希望 dataZoom,可以手动关联一下
   
   ```js
   chart1.on('datazoom', function (params) {
     chart2.dispatchAction(chart2.makeActionFromEvent(params));
   });
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to