You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering how can I display a loading spinner while the chart is being rendered.
I have a choropleth map with a lot of data and it takes a while for it to finish rendering.
I would like to display a spinner until the chart has finished rendering.
Is this possible ?
The text was updated successfully, but these errors were encountered:
I achieved a pretty great loading state by wrapping the chart component in a suspense. The only issue is when there really is TOO much data or a complex to render graph like the 3d chart, in that case suspense still helps, but it does freeze just before rendering
I am wondering how can I display a loading spinner while the chart is being rendered.
I have a choropleth map with a lot of data and it takes a while for it to finish rendering.
I would like to display a spinner until the chart has finished rendering.
Is this possible ?
The text was updated successfully, but these errors were encountered: