consoletvs\chartjs service provider published
This commit is contained in:
@@ -154,6 +154,7 @@ return [
|
||||
nullx27\Socialite\EveOnline\Providers\EveOnlineServiceProvider::class,
|
||||
Laravel\Socialite\SocialiteServiceProvider::class,
|
||||
Fx3costa\LaravelChartJs\Providers\ChartjsServiceProvider::class,
|
||||
ConsoleTVs\Charts\ChartsServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
|
||||
15
config/charts.php
Normal file
15
config/charts.php
Normal 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',
|
||||
];
|
||||
Reference in New Issue
Block a user