This commit is contained in:
James Cole
2018-09-10 17:57:20 +02:00
parent 155480b335
commit 0bf5c6ee3d
2 changed files with 27 additions and 21 deletions

View File

@@ -35,9 +35,9 @@ $(function () {
"use strict";
lineChart(chartUri, 'overview-chart');
if (!showAll) {
neutralPieChart(incomeCategoryUri, 'account-cat-in');
neutralPieChart(expenseCategoryUri, 'account-cat-out');
neutralPieChart(expenseBudgetUri, 'account-budget-out');
multiCurrencyPieChart(incomeCategoryUri, 'account-cat-in');
multiCurrencyPieChart(expenseCategoryUri, 'account-cat-out');
multiCurrencyPieChart(expenseBudgetUri, 'account-budget-out');
}
// sortable!