I have a chart that takes a little while to update. I want to change the labels on a component in UI after this map rendering is complete.
I am able to indicate that the component isn’t ready with a spinner, but I am not able to do some actions post load of the component.
My current solution is to sleep for 5 seconds in the callback while the other graph updates (and changes the state of a store object).