mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix sort [skip ci]
This commit is contained in:
parent
04272fff81
commit
a27d80d765
@ -392,7 +392,7 @@ class AccountController extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
asort($chartData);
|
arsort($chartData);
|
||||||
$data = $this->generator->singleSet(trans('firefly.spent'), $chartData);
|
$data = $this->generator->singleSet(trans('firefly.spent'), $chartData);
|
||||||
$cache->store($data);
|
$cache->store($data);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user