formatting

This commit is contained in:
denisdulici 2020-01-02 15:20:20 +03:00
parent df7a5bd428
commit 3d565bd9b8
2 changed files with 2 additions and 9 deletions

View File

@ -17,12 +17,9 @@ class ExpenseSummary extends Report
'line' => [
'width' => '0',
'height' => '300',
'options' => [
'color' => '#ef3232'
'color' => '#ef3232',
],
'backgroundColor' => '#ef3232',
'color' => '#ef3232',
],

View File

@ -17,18 +17,14 @@ class IncomeSummary extends Report
'line' => [
'width' => '0',
'height' => '300',
'options' => [
'color' => '#328aef'
'color' => '#328aef',
],
'backgroundColor' => '#328aef',
'color' => '#328aef',
],
];
public function getName()
{
return trans('reports.summary.income');