Filament Charts
Can any please help me implement filters on my charts? I can't get this to work.
4 Replies
You need to provide some of your code.
Here is a example : https://gist.github.com/sitenzo/8f516313b3ebfe34b8448a85c4ebe164
Gist
Widget Filter example
Widget Filter example. GitHub Gist: instantly share code, notes, and snippets.
Looks like you need the InteractsWithPageFilters trait. Check out the whole section here https://filamentphp.com/docs/3.x/panels/dashboard#filtering-widget-data
This is close but I’m using just the chart widget and form builder not the entire panel builder
This is great. I should be able to reference this to get the job done