Cuiyansong commented on pull request #16372: URL: https://github.com/apache/echarts/pull/16372#issuecomment-1013051967
> Why is your chart width zero? In our application(datart), we set default container with to zero, and wait dataset back and debounce calculate the frame container width and height. For sure, we could set default is 1px or more, then the chart will reset width to 600px for example, the graph will be twinking. For sure when the width set to 0, is it not make sense to draw any graph for ECharts, but sometime it is useful to init echart instance and resource, so it is much better to avoid `Exception` I think. In other word, it is seemed not friendly error message when width to zero. -- 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]
