New revenue accounts chart.

This commit is contained in:
James Cole
2016-10-14 20:01:17 +02:00
parent 0b526c0168
commit e4ea234707
3 changed files with 18 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ function drawChart() {
stackedColumnChart('chart/budget/frontpage', 'budgets-chart', {beforeDraw: beforeDrawIsEmpty});
columnChart('chart/category/frontpage', 'categories-chart', {beforeDraw: beforeDrawIsEmpty});
columnChart('chart/account/expense', 'expense-accounts-chart', {beforeDraw: beforeDrawIsEmpty});
columnChart('chart/account/revenue', 'revenue-accounts-chart', {beforeDraw: beforeDrawIsEmpty});
getBoxAmounts();