redone 12.5
This commit is contained in:
@@ -191,7 +191,7 @@ class MonthlyReportService
|
||||
],
|
||||
'datasets' => [[
|
||||
'data' => [$free, $paid],
|
||||
'backgroundColor' => ['#8AB357', '#A5C87A'],
|
||||
'backgroundColor' => ['#A68966', '#C4A882'],
|
||||
]],
|
||||
],
|
||||
'options' => [
|
||||
@@ -249,8 +249,8 @@ class MonthlyReportService
|
||||
'datasets' => [[
|
||||
'label' => __('report.consultations', [], $locale),
|
||||
'data' => $data,
|
||||
'borderColor' => '#8AB357',
|
||||
'backgroundColor' => 'rgba(138, 179, 87, 0.1)',
|
||||
'borderColor' => '#A68966',
|
||||
'backgroundColor' => 'rgba(166, 137, 102, 0.1)',
|
||||
'fill' => true,
|
||||
'tension' => 0.3,
|
||||
]],
|
||||
|
||||
Reference in New Issue
Block a user