Are you already using any kind of Javascript ? Jquery, livewire, vue?
Is there a recommended package for creating charts in Laravel?
There is just a lot of packages available when I google it, so I would really appreciate any recommendations especially if there is a package that is really suitable for laravel.
I would be using it for just some simple charts, some examples are: displaying the number of submitted modules in contrast with the total number of students, chart showing how long it took a student to submit a module from a certain period of time.
@kramsuiluj you could give livewire a try. It's laravel/php but works like Javascript (update content without refreshing)
And it has this package https://github.com/asantibanez/livewire-charts
Please or to participate in this conversation.