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
In my application I have a page with multiple charts and a drawer for the vertical menu. I want the charts to resize every time the drawer is opened or closed. To achieve this I have set the redrawOnParentResize property on the charts to true. However, when the drawer is toggled, the charts are not resized even though the parent-element is. Does anyone know why this doesn't work?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
In my application I have a page with multiple charts and a drawer for the vertical menu. I want the charts to resize every time the drawer is opened or closed. To achieve this I have set the
redrawOnParentResize
property on the charts totrue
. However, when the drawer is toggled, the charts are not resized even though the parent-element is. Does anyone know why this doesn't work?The text was updated successfully, but these errors were encountered: