Skip to content

Commit

Permalink
adjust chart color
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jan 12, 2025
1 parent 8834bf4 commit dd7819b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Livewire/Chart/LinkVisitChart.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ protected function getData(): array
[
'label' => 'Visits',
'data' => $data->map(fn(TrendValue $value) => $value->aggregate),
'backgroundColor' => '#36A2EB',
'borderColor' => '#9BD0F5',
'backgroundColor' => '#006edb',
'borderColor' => '#006edb',
],
],
'labels' => $label,
Expand Down

0 comments on commit dd7819b

Please sign in to comment.