ld210 commented on issue #17428:
URL: https://github.com/apache/echarts/issues/17428#issuecomment-1803566993

   @wanglei1900 try using requestAnimationFrame in your callback : 
   
   ```
   (entries) => this.frameId = this.window.requestAnimationFrame(() => 
this._chart.resize())
   ```


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