#What is the best package for creating charts in Laravel

2 messages · Page 1 of 1 (latest)

thorny crow
#

I want to create charts so what is the best and easy package for creating charts in Laravel.
Regards

fervent trench
#

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.