#What is the best package for creating charts in Laravel
2 messages · Page 1 of 1 (latest)
I usually just use Chart.js (https://www.chartjs.org/) for charts. Doesn't really have much to do with Laravel, since its all front-end, but its easy to use and really customisable.