zhenghaiyang commented on issue #14198:
URL: https://github.com/apache/echarts/issues/14198#issuecomment-1103585158

   I've solved the problem. Try not to assign objects from echarts instances to 
Vue。
   
   this.mycharts = charts.init().   ❌
   const mycharts = charts.init() ✅


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

Reply via email to