Hi
Is it possible to have a Filament v4 StatsOverview Widget that contains a bar chart instead of line chart?
3 Replies
Go to widget class and do
Thanks! It didn't work though. cheers.
No, the StatsOverviewWidgets are hard coded to line charts.
You need to use a ChartWidget or create your own.