Ovilia commented on issue #15962: URL: https://github.com/apache/echarts/issues/15962#issuecomment-954620295
ECharts does not handles/listens to the canvas resizes. The `chart.resize` is used to re-render the chart with the current canvas size. So you should resize the canvas by your js code and then call `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]
