Chart appearing on Panel
I have a new chart widget in App\Filament\App\Widgets which I am using via the getHeaderWidgets method on a page.
The problem I'm having is that this chart is now appearing on the main panel dashboard also. Is there a way to exclude it from the dashboard? The widget is not referenced in AppPanelProvider under widgets.
7 Replies
Can you show your AppPanelProvider?
What is the name of your widget meantion in the getHeaderWidgets method?
AccountHistoryChart
You should put them in a different directory, anything in app\Filament\Widgets will be automatically loaded on the dashboard.
Ok, thanks
For yourself so you can get through faster next time, if you look up your question in the help section before asking it you can often find the answer: #How to render only selected widgets/tables on the dashboard