formatting
This commit is contained in:
parent
df7a5bd428
commit
3d565bd9b8
@ -17,12 +17,9 @@ class ExpenseSummary extends Report
|
|||||||
'line' => [
|
'line' => [
|
||||||
'width' => '0',
|
'width' => '0',
|
||||||
'height' => '300',
|
'height' => '300',
|
||||||
|
|
||||||
'options' => [
|
'options' => [
|
||||||
|
'color' => '#ef3232',
|
||||||
'color' => '#ef3232'
|
|
||||||
],
|
],
|
||||||
|
|
||||||
'backgroundColor' => '#ef3232',
|
'backgroundColor' => '#ef3232',
|
||||||
'color' => '#ef3232',
|
'color' => '#ef3232',
|
||||||
],
|
],
|
||||||
|
@ -17,18 +17,14 @@ class IncomeSummary extends Report
|
|||||||
'line' => [
|
'line' => [
|
||||||
'width' => '0',
|
'width' => '0',
|
||||||
'height' => '300',
|
'height' => '300',
|
||||||
|
|
||||||
'options' => [
|
'options' => [
|
||||||
|
'color' => '#328aef',
|
||||||
'color' => '#328aef'
|
|
||||||
],
|
],
|
||||||
|
|
||||||
'backgroundColor' => '#328aef',
|
'backgroundColor' => '#328aef',
|
||||||
'color' => '#328aef',
|
'color' => '#328aef',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
return trans('reports.summary.income');
|
return trans('reports.summary.income');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user