Using dates for filtering charts (widget)
Is there a build in way, to use dates (datepicker) for filtering chart widget?
I know, I can create a selectbox with something like "last 7 days", "last 30 days" ,etc. but how to filter exact dates and show a filter which is not a selectbox?
4 Replies
Solution
I don't think so for native charts but you can with #apex-charts
Ah. Thanks! I didn't had a look if there is an alternative plugin for this build in feature. Looks good!
any soultion without use apex-charts ?
I haven't looked further, but the chart widget is just a livewire component / filament widget. You could always extend it yourself. For example, you could set your own view and overwrite the
headerEnd
slot.