PHP Classes

File: config/larapex-charts.php

Recommend this page to a friend!
  Classes of Ariel Mejia Dev   APEXCharts Laravel Charts Library   config/larapex-charts.php   Download  
File: config/larapex-charts.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: APEXCharts Laravel Charts Library
Display charts on a page using APEXCharts library
Author: By
Last change:
Date: 4 years ago
Size: 534 bytes
 

Contents

Class file image Download
<?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'
   
]
];