fuel gauage modification

This commit is contained in:
2019-07-08 22:09:33 -05:00
parent 24d578d392
commit a212b15068
6 changed files with 91 additions and 5 deletions

View File

@@ -154,6 +154,7 @@ return [
//nullx27\Socialite\EveOnline\Providers\EveOnlineServiceProvider::class,
Laravel\Socialite\SocialiteServiceProvider::class,
Khill\Lavacharts\Laravel\LavachartsServiceProvider::class,
ConsoleTVs\Charts\ChartsServiceProvider::class,
/*
@@ -218,6 +219,7 @@ return [
'Html' => Collective\Html\HtmlFacade::class,
'Socialite' => Laravel\Socialite\Facades\Socialite::class,
'Lava' => Khill\Lavacharts\Laravel\LavachartsFacade::class,
'Charts' => ConsoleTVs\Charts\Charts::class,
],
];

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',
];