I'm using the React Grid Layout module for rendering multiple grid cards each containing a chart rendered using highchart.
The cards are arranged in a vertical layout format. On the right side of the cards, there is a side panel to render some other content. When I toggle the side panel the grid cards and the side panel opens and shrink at the the same time but the charts rendered inside the grid cards get resized a bit late which looks bad.
Minimal example setup code sandbox: https://codesandbox.io/p/sandbox/highchart-resizing-forked-jwx5xy
Is there a way to resize all the elements at same time? Any help would be greatly appreciated.
