updated composer and deleted other chart libraries other than lavacharts
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace App\Charts;
|
|
||||||
|
|
||||||
use ConsoleTVs\Charts\Classes\ChartJs\Chart;
|
|
||||||
|
|
||||||
class ADChart extends Chart
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Initializes the chart.
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
parent::__construct();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -6,10 +6,8 @@
|
|||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1.3",
|
"php": "^7.1.3",
|
||||||
"consoletvs/charts": "6.*",
|
|
||||||
"eveseat/eseye": "^1.1",
|
"eveseat/eseye": "^1.1",
|
||||||
"fideloper/proxy": "^4.0",
|
"fideloper/proxy": "^4.0",
|
||||||
"fx3costa/laravelchartjs": "^2.5",
|
|
||||||
"guzzlehttp/guzzle": "^6.3",
|
"guzzlehttp/guzzle": "^6.3",
|
||||||
"laravel/framework": "5.8.*",
|
"laravel/framework": "5.8.*",
|
||||||
"laravel/horizon": "^3.1",
|
"laravel/horizon": "^3.1",
|
||||||
|
|||||||
@@ -153,8 +153,6 @@ return [
|
|||||||
Collective\Html\HtmlServiceProvider::class,
|
Collective\Html\HtmlServiceProvider::class,
|
||||||
//nullx27\Socialite\EveOnline\Providers\EveOnlineServiceProvider::class,
|
//nullx27\Socialite\EveOnline\Providers\EveOnlineServiceProvider::class,
|
||||||
Laravel\Socialite\SocialiteServiceProvider::class,
|
Laravel\Socialite\SocialiteServiceProvider::class,
|
||||||
Fx3costa\LaravelChartJs\Providers\ChartjsServiceProvider::class,
|
|
||||||
ConsoleTVs\Charts\ChartsServiceProvider::class,
|
|
||||||
Khill\Lavacharts\Laravel\LavachartsServiceProvider::class,
|
Khill\Lavacharts\Laravel\LavachartsServiceProvider::class,
|
||||||
|
|
||||||
|
|
||||||
@@ -219,7 +217,7 @@ return [
|
|||||||
'Form' => Collective\Html\FormFacade::class,
|
'Form' => Collective\Html\FormFacade::class,
|
||||||
'Html' => Collective\Html\HtmlFacade::class,
|
'Html' => Collective\Html\HtmlFacade::class,
|
||||||
'Socialite' => Laravel\Socialite\Facades\Socialite::class,
|
'Socialite' => Laravel\Socialite\Facades\Socialite::class,
|
||||||
//'Lava' => Khill\Lavacharts\Laravel\LavachartsFacade::class,
|
'Lava' => Khill\Lavacharts\Laravel\LavachartsFacade::class,
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
<?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