Teren-app/config/larapex-charts.php
Simon Pocrnjič 90a5858320 first commit
2024-10-28 21:08:16 +01:00

19 lines
534 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'
]
];