Removed some dead code.

This commit is contained in:
James Cole
2016-05-11 10:02:27 +02:00
parent e1c146a5c1
commit d2b4bd78a9
7 changed files with 107 additions and 1516 deletions

View File

@@ -36,11 +36,6 @@ function drawChart() {
columnChart('chart/category/period/' + categoryId + '/' + reportType + '/' + startDate + '/' + endDate + '/' + accountIds, id);
});
//stackedColumnChart('chart/budget/year/' + reportType + '/' + startDate + '/' + endDate + '/' + accountIds, 'budgets');
stackedColumnChart('chart/category/spent-in-period/' + reportType + '/' + startDate + '/' + endDate + '/' + accountIds, 'categories-spent-in-period');
stackedColumnChart('chart/category/earned-in-period/' + reportType + '/' + startDate + '/' + endDate + '/' + accountIds, 'categories-earned-in-period');
}