mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Fix chart range.
This commit is contained in:
@@ -349,7 +349,7 @@ class AccountController extends Controller
|
|||||||
$balance = (float)app('steam')->balance($account, $current);
|
$balance = (float)app('steam')->balance($account, $current);
|
||||||
$label = app('navigation')->periodShow($current, $step);
|
$label = app('navigation')->periodShow($current, $step);
|
||||||
$chartData[$label] = $balance;
|
$chartData[$label] = $balance;
|
||||||
$current = app('navigation')->addPeriod($current, $step, 1);
|
$current = app('navigation')->addPeriod($current, $step, 0);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
// @codeCoverageIgnoreEnd
|
// @codeCoverageIgnoreEnd
|
||||||
|
|||||||
Reference in New Issue
Block a user