How to use getFilters in filament charts

Can anyone please direct me on how to implement getFilters to work?

$activeFilter = $this->filter;
protected function getFilters(): ?array
{
return [
'today' => 'Today',
'week' => 'Last week',
'month' => 'Last month',
'year' => 'This year',
];
}

$activeFilter = $this->filter;
protected function getFilters(): ?array
{
return [
'today' => 'Today',
'week' => 'Last week',
'month' => 'Last month',
'year' => 'This year',
];
}
0 Replies
No replies yetBe the first to reply to this messageJoin