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