Hi,
We are currently building a chart control, with the ability to save and load charts. (Currently implemented using our own logic, not the default serializer)
Funnily enough, the chart upon loading, will not show itself on certain conditions (we have yet to figure out what conditions. Currently tried different layout, on row to columns, from different width/heights, in different containers. No specific conditions or patterns at the moment)
Then, we figured that when the window size resizes (we are assuming layout refresh), the chart then appears. Of course, we can always force refresh upon a chart load, but we think this is not a healthy way to do it. Is there something we are missing? Or does the chart behave that way by default?
Please advise. Thanks!