mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Make some charts multi-currency.
This commit is contained in:
2
public/js/ff/index.js
vendored
2
public/js/ff/index.js
vendored
@@ -32,7 +32,7 @@ function drawChart() {
|
||||
lineChart(accountFrontpageUri, 'accounts-chart');
|
||||
|
||||
if (billCount > 0) {
|
||||
pieChart('chart/bill/frontpage', 'bills-chart');
|
||||
multiCurrencyPieChart('chart/bill/frontpage', 'bills-chart');
|
||||
}
|
||||
stackedColumnChart('chart/budget/frontpage', 'budgets-chart');
|
||||
columnChart('chart/category/frontpage', 'categories-chart');
|
||||
|
Reference in New Issue
Block a user