mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
Forgot a dot [skip ci]
This commit is contained in:
parent
72ebfdc20e
commit
a2c2bb4948
@ -68,7 +68,7 @@ class ChartJsAccountChartGenerator implements AccountChartGenerator
|
||||
$start = isset($startBalances[$id]) ? $startBalances[$id] : 0;
|
||||
$end = isset($endBalances[$id]) ? $endBalances[$id] : 0;
|
||||
$diff = $end - $start;
|
||||
Log::debug($account->name ' spent ' . $diff);
|
||||
Log::debug($account->name . ' spent ' . $diff);
|
||||
if ($diff > 0) {
|
||||
$data['labels'][] = $account->name;
|
||||
$data['datasets'][0]['data'][] = $diff;
|
||||
|
Loading…
Reference in New Issue
Block a user