plainheart commented on issue #18215: URL: https://github.com/apache/echarts/issues/18215#issuecomment-1409728644
避免在 data 中声明 echarts 实例,Vue 的代理会对 echarts 内部属性的访问有所影响,移除 data 中 `chartObj` 的相关逻辑即可。另见 [FAQ](https://echarts.apache.org/zh/faq.html#others:~:text=%E4%B8%BA%E4%BB%80%E4%B9%88%E5%9C%A8%20Vue%20%E4%B8%AD%E4%BD%BF%E7%94%A8%20ECharts%20%E6%97%B6%E5%9B%BE%E8%A1%A8%E6%98%BE%E7%A4%BA%E5%BC%82%E5%B8%B8%EF%BC%9F)。 -- 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]
