diff --git a/app/Reports/ExpenseSummary.php b/app/Reports/ExpenseSummary.php index 2211cf391..b16c60fb4 100644 --- a/app/Reports/ExpenseSummary.php +++ b/app/Reports/ExpenseSummary.php @@ -17,12 +17,9 @@ class ExpenseSummary extends Report 'line' => [ 'width' => '0', 'height' => '300', - 'options' => [ - - 'color' => '#ef3232' + 'color' => '#ef3232', ], - 'backgroundColor' => '#ef3232', 'color' => '#ef3232', ], diff --git a/app/Reports/IncomeSummary.php b/app/Reports/IncomeSummary.php index 63d829eae..2b84757e2 100644 --- a/app/Reports/IncomeSummary.php +++ b/app/Reports/IncomeSummary.php @@ -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');