apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
784 stars 91 forks source link

multiple chart.AppendDataAsync(newData); will freeze the browser #418

Closed BvdPutten closed 4 months ago

BvdPutten commented 6 months ago

I was testing the line chart example mentioned in https://apexcharts.github.io/Blazor-ApexCharts/methods/append-data. When having an update every second or so, the browser (Chrome) will use a huge amount of resources and the page will not or very slow respond. Have I created a memory leak or something like it?

joadan commented 6 months ago

Hi,

Not sure I'm missing something here but if you append data more memory will be used.