mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Experimental chart fix.
This commit is contained in:
@@ -98,7 +98,7 @@ class ChartJsBudgetChartGenerator implements BudgetChartGenerator
|
||||
];
|
||||
$data['datasets'][] = [
|
||||
'label' => trans('firefly.overspent'),
|
||||
'data' => $overspent,
|
||||
'data' => $overspent * -1,
|
||||
];
|
||||
|
||||
$data['count'] = count($data['datasets']);
|
||||
|
Reference in New Issue
Block a user