LaravelDaily / laravel-charts

Package to draw charts in Laravel with Chart.js
MIT License
531 stars 118 forks source link

[FIX] Not being able to set name anymore because it gets overwritten #106

Closed ITMobilityControl closed 1 year ago

ITMobilityControl commented 1 year ago

The name always got overwritten by chart_title. So setting the name in the dataset did nothing. I changed it so the chart_title gets used for the name whenever the name has not been set.