apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
310 stars 78 forks source link

redrawOnParentResize does not work #284

Open johannagere opened 9 months ago

johannagere commented 9 months ago

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?