Adjusting Filament Chart Widgets in Laravel Breeze?

I want to use a few Filament Charts in the front end which is using Laravel Breeze. The problem is they look great in Filament, but I want to adjust the coloring etc when displayed in Laravel Breeze. For example, I want to change the color of the trend line from dark/black to match the indigo of the front end (And likewise choose a dark mode color)
@livewire(App\Filament\Resources\UserResource\Widgets\ActiveUsersChartWidget::class, ['team' => $team])
@livewire(App\Filament\Resources\UserResource\Widgets\ActiveUsersChartWidget::class, ['team' => $team])
What is the best way to approach this?
No description
1 Reply
toeknee
toeknee2mo ago
Set the colors in the chart widget? pass the colors in as a param maybe like you are team? if param exists merge them over the exisitng.
Want results from more Discord servers?
Add your server