starkbtc opened a new issue, #18920:
URL: https://github.com/apache/echarts/issues/18920

   ### What problem does this feature solve?
   
   当两个图表的坐标轴范围不一致时通过坐标轴的位置百分比实现联动
   
   ### What does the proposed API look like?
   
   // 分别设置每个实例的 group id
   chart1.group = 'group1';
   chart2.group = 'group1';
   echarts.connect('group1');
   // 或者可以直接传入需要联动的实例数组
   echarts.connect([chart1, chart2]);


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

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