react-apexcharts
react-apexcharts copied to clipboard
Chart series does not show the latest update with the same labels
Steps to reproduce:
- https://apexcharts.com/react-chart-demos/pie-charts/update-donut/
- Click randomize button to get new data
- Change the page zoom
expected behavior: chart should display the latest values
current behavior: chart series change to the previous data
this issue also happens if the size of the charts parent element changes.