asantibanez / livewire-charts

Neat Livewire Charts for your Laravel projects
MIT License
787 stars 116 forks source link

Slow to render #97

Open mnluribef opened 1 year ago

mnluribef commented 1 year ago

When i try to load a chart with more than 1000 records, takes too long to render the graph and the tab hangs. Does anyone know a solution to this?

mnluribef commented 11 months ago

I found the problem, Apex Charts is using render method SVG, that's why it's slow when there's a bunch of records.

Anyone knows an alternative package with Chartjs (that uses canvas) and Livewire?