Teren-app/config/larapex-charts.php
2025-11-06 21:54:07 +01:00

20 lines
536 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Default Colors for datasets
|--------------------------------------------------------------------------
|
| Here you may specify which hexadecimal colors below you wish
| to use as your default colors pallete.
|
*/
'colors' => [
'#008FFB', '#00E396', '#feb019', '#ff455f', '#775dd0', '#80effe',
'#0077B5', '#ff6384', '#c9cbcf', '#0057ff', '00a9f4', '#2ccdc9', '#5e72e4',
],
];