consoletvs\chartjs service provider published

This commit is contained in:
2019-06-23 05:19:08 -05:00
parent ec4506ebf4
commit d5032e4fee
2 changed files with 16 additions and 0 deletions

15
config/charts.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Default library used in charts.
|--------------------------------------------------------------------------
|
| This value is used as the default chart library used when creating
| any chart in the command line. Feel free to modify it or set it up
| while creating the chart to ignore this value.
|
*/
'default_library' => 'Chartjs',
];