Ovilia commented on issue #10724: Responsive SVG rendered charts URL: https://github.com/apache/incubator-echarts/issues/10724#issuecomment-505290075 Hi. It's recommended to call [chart.resize()](https://echarts.apache.org/en/api.html#echartsInstance.resize) when the container size changes. Changing the viewbox won't work since the position of inner elements are all calculated by ECharts. It won't work with a simple percentage calculating method.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
