Blazor-ApexCharts icon indicating copy to clipboard operation
Blazor-ApexCharts copied to clipboard

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

Open BvdPutten opened this issue 11 months ago • 1 comments

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?

BvdPutten avatar Feb 27 '24 18:02 BvdPutten

Hi,

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

joadan avatar Mar 04 '24 14:03 joadan