mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Fix sort [skip ci]
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user