Desperately Need a Charting Solution

Has anyone had success integrating chart.js or google charts with Laravel-Livewire/Alpine?

I desperately need to be able to add charting to my app and I can’t wait any longer for Project K.

Hello there,

I personally use this https://github.com/ConsoleTVs/Charts with Chartjs integration works really well, should be playing well with livewire as it inlines its javascript.

Cheers

@anyb1s,

I’m using the ConsoleTVs/Charts package but upon component refresh, the chart fails to load again. Have you experienced this problem? The initial load is fine but any changes made to the chart causes Chartjs to get stuck in loading.