Skip to content

Commit

Permalink
Update CustomersChart.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jul 31, 2023
1 parent e698469 commit 81dc1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Widgets/CustomersChart.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected function getData(): array
'datasets' => [
[
'label' => 'Customers',
'data' => [4344, 5676, 6798, 7890, 8987, 9388, 10343, 10524, 13664, 14345, 15753],
'data' => [4344, 5676, 6798, 7890, 8987, 9388, 10343, 10524, 13664, 14345, 15753, 17332],
'fill' => 'start',
],
],
Expand Down

0 comments on commit 81dc1d1

Please sign in to comment.