Skip to content

Commit

Permalink
ehehe
Browse files Browse the repository at this point in the history
  • Loading branch information
Diandaru committed Dec 27, 2024
2 parents 756d9c5 + fe61175 commit d7b98ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/Http/Controllers/DashboardRplController.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,12 @@ public function index(Request $request)
[
'data' => [$persentaseLearning, $persentaseProject],
'backgroundColor' => ['#FF9F43', '#42A5F5'],
'hoverBackgroundColor' => ['#FF7043', '#1E88E5']
]
]
'hoverBackgroundColor' => ['#FF7043', '#1E88E5'],
],
],
];


$siswaDataLearning = Siswa::where('user_id', $userId)
->where('kategori', 'Learning')
->get()
Expand Down

0 comments on commit d7b98ce

Please sign in to comment.