Plugin [filament-apex-charts] is not registered for panel [admin]. #90
Unanswered
arifnurulhakim
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i wanna use at filament laravel but get some error like this, i want use this chart at widget
can anyone help me
Plugin [filament-apex-charts] is not registered for panel [admin].
where i can register it?
here my code
`<?php
namespace App\Filament\Resources\PpamRequestResource\Widgets;
use App\Models\PpamRequest;
use Filament\Forms\Components\DatePicker;
use Flowframe\Trend\Trend;
use Flowframe\Trend\TrendValue;
use Illuminate\Support\Carbon;
use Leandrocfe\FilamentApexCharts\Widgets\ApexChartWidget;
class PpamRequestChart extends ApexChartWidget
{
protected int|string|array $columnSpan = 'full';
}
`
Beta Was this translation helpful? Give feedback.
All reactions