DEV Community

Discussion on: Create charts in Laravel with eloquent and Larapex Charts

Collapse
 
arielmejiadev profile image
Ariel Mejia

Hi, I will check thanks, there is another way to handle the colors, you can set colors with the config file in: config/larapex.php file, you need to run the command:

php artisan publish

and then select the config file of Larapex, but remember that this would override the entire array of color order.

Thanks for the feedback.