MrSulm opened a new issue, #18816: URL: https://github.com/apache/echarts/issues/18816
### Version 5.2.4 ### Link to Minimal Reproduction http://1.andrewblack.sinaapp.com/chart/index.html ### Steps to Reproduce 1、创建两个echart图表,且设置两张图表的toolbox.feature.magicType.type为['line', 'bar'] 2、令两个echart图表connect相连,echarts.connect([echart1, echart2]) 3、切换其中一个echart的渲染模式,另一个echart的数据就会合并所有相连的echart的数据   ### Current Behavior connect的echart图表渲染了所有echart的数据 ### Expected Behavior 仅渲染自己的数据 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
