stefenson opened a new issue, #18215: URL: https://github.com/apache/echarts/issues/18215
### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/embed/nice-tree-ibubhx?fontsize=14&hidenavigation=1&theme=dark ### Steps to Reproduce 1、在 vue mounted 阶段,初始化 echart 节点,并存入 vue 的控件变量中。代码里体现为 chartTest。 2、在另一个函数中使用变量 chartTest 直接 setOption 进行绘图 3、点击任意一个节点。 ### Current Behavior 整张图缩放至左上角,并且无法复原。 ### Expected Behavior 缩放到对应节点上。 ### Environment ```markdown - OS: 任意 - Browser: Chrome - Framework: Vue + Echarts ``` ### 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]
