FilamentF
Filament3y ago
HL

Updating Dashboard filters doesn't update ChartWidget-s

The new v3.1.0 dashboard common filter function (https://filamentphp.com/docs/3.x/panels/dashboard#filtering-widget-data) only works on BaseWidget-s perfectly.

If I use it on a ChartWidget, the chart itself doesn't update on UpdateFilters. I can see the values change in the livewire component, but the chartjs itself doesn't. If I refresh the full page, it updates correctly.
Solution
Fixed with new update, thank you!
Was this page helpful?