complete story 10.4

This commit is contained in:
Naser Mansour
2026-01-03 03:47:10 +02:00
parent b4ebbfd4a0
commit de606da191
8 changed files with 234 additions and 92 deletions
+3 -3
View File
@@ -191,7 +191,7 @@ class MonthlyReportService
],
'datasets' => [[
'data' => [$free, $paid],
'backgroundColor' => ['#0A1F44', '#D4AF37'],
'backgroundColor' => ['#4A4A42', '#C9C4BA'],
]],
],
'options' => [
@@ -249,8 +249,8 @@ class MonthlyReportService
'datasets' => [[
'label' => __('report.consultations', [], $locale),
'data' => $data,
'borderColor' => '#D4AF37',
'backgroundColor' => 'rgba(212, 175, 55, 0.1)',
'borderColor' => '#4A4A42',
'backgroundColor' => 'rgba(74, 74, 66, 0.1)',
'fill' => true,
'tension' => 0.3,
]],