LaravelDaily / laravel-charts

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

[FTR] Add option to hide dataset by default and give pie charts a specific color per group #101

Closed ITMobilityControl closed 1 year ago

ITMobilityControl commented 1 year ago

Adds the option to hide a dataset by default. Can be useful when you have multiple datasets in one chart and want to show only one of them when loading the page.

ITMobilityControl commented 1 year ago

The latest commit also adds the option to give pie charts a specific color per group. image image

PovilasKorop commented 1 year ago

@ITMobilityControl thank you for the contribution, merged and released a new version

ITMobilityControl commented 1 year ago

@PovilasKorop It's the least I can do after all of your tutorials and the super useful quickadminpanel website! :)