© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
Mercules 🚀⚡

Is it possible to override the title and description of a chart widget dynamically?

something like

```
protected function getHeading()
{
//I can do things here to create a dynamic description if necessary

return "My Custom Heading";
}

protected function getDescription()
{
//I can do things here to create a dynamic description if necessary

return "My Custom Description";
}
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

Is it possible to change the chart type in the widgets dynamically?
FilamentFFilament / ❓┊help
7mo ago
Dynamically creating chart widgets, or creating a custom multi-chart widget?
FilamentFFilament / ❓┊help
3y ago
->description() - is it possible to further style?
FilamentFFilament / ❓┊help
2y ago
Customize title of a widget in the dashboard
FilamentFFilament / ❓┊help
2y ago