mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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