upgraded apexchart
package
This commit is contained in:
@ -6,7 +6,7 @@ use App\Abstracts\Widget;
|
||||
use App\Utilities\Recurring;
|
||||
use App\Models\Document\Document;
|
||||
use App\Models\Banking\Transaction;
|
||||
use Akaunting\Apexcharts\Charts as Apexcharts;
|
||||
use Akaunting\Apexcharts\Chart;
|
||||
use App\Traits\Currencies;
|
||||
use App\Traits\DateTime;
|
||||
use App\Utilities\Date;
|
||||
@ -39,7 +39,7 @@ class ProfitLoss extends Widget
|
||||
|
||||
$colors = $this->getColors();
|
||||
|
||||
$chart = new Apexcharts();
|
||||
$chart = new Chart();
|
||||
|
||||
$options = [
|
||||
'legend' => [
|
||||
|
Reference in New Issue
Block a user