© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
Dhruva

Stats widget chart is not refreshing.

Stats overview widget count is refreshing/updating on filters, but the chart inside the stats widget is not. The chart is showing only mounted data.

   protected function getStats(): array
    {
        return [
            Stat::make('Subscribers', $this->count)
                ->chart($this->data)
                ->color('success'),
        ];
    }
   protected function getStats(): array
    {
        return [
            Stat::make('Subscribers', $this->count)
                ->chart($this->data)
                ->color('success'),
        ];
    }

Please help.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Custom Chart Widget
FilamentFFilament / ❓┊help
15mo ago
Chart Widget - Ticks
FilamentFFilament / ❓┊help
2y ago
Widget with chart
FilamentFFilament / ❓┊help
3y ago
Stats widget filter
FilamentFFilament / ❓┊help
12mo ago