Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

kramsuiluj's avatar

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.

0 likes
5 replies
Sinnbeck's avatar

Are you already using any kind of Javascript ? Jquery, livewire, vue?

kramsuiluj's avatar

@Sinnbeck I don't but I kinda needed to use some Jquery I think cuz I searched about how to update a page without refreshing, since I want my charts to be dynamic.

kramsuiluj's avatar

@Sinnbeck Do I need to know livewire to use this? Although looking at the example it seems simple enough.

Sinnbeck's avatar

@kramsuiluj I suggest learning the basics. But you will need either Javascript of some kind, or this. Livewire is pretty easy to learn

Either go with jquery or this (or something third). I don't suggest you mix it

Please or to participate in this conversation.