Line chart not showing up in Chart.js using Laravel and PHP data
Description:
I’m working on a Laravel project where I’m trying to display a line chart using Chart.js. I’m fetching the data from my Laravel controller and passing it to the view, but the line chart is not showing up.