How to Add Month Filter to FilamentPHP StatsOverviewWidget?
I am creating a custom StatsOverviewWidget in FilamentPHP to display monthly statistics. Currently, the widget displays data for the current month using Carbon to specify the date range.
Now I want to make it more dynamic by adding a month filter so that users can switch between different time ranges such as "This Month" and "Last Month", or even specific months using the dropdown menu in the widget header. is that possible in filament StatsOverviewWidget?
Now I want to make it more dynamic by adding a month filter so that users can switch between different time ranges such as "This Month" and "Last Month", or even specific months using the dropdown menu in the widget header. is that possible in filament StatsOverviewWidget?