LaravelDaily / laravel-charts

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

[FIX] $options['stacked'] throwing error because not set #110

Closed ITMobilityControl closed 1 year ago

ITMobilityControl commented 1 year ago

Change from $dataset (always set) to $options (not always set) throwing error. Noticed this on production environment when the home/dashboard page started crashing since today.

PovilasKorop commented 1 year ago

@ITMobilityControl thanks! Tried to fix one bug - https://github.com/LaravelDaily/laravel-charts/issues/109 - and introduced another one.