first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?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'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user