New chart for budgets.

This commit is contained in:
James Cole
2014-11-14 11:43:08 +01:00
parent 4bd38f97a2
commit 9adbbd872c
3 changed files with 30 additions and 12 deletions

View File

@@ -10,6 +10,9 @@ $(function () {
if (typeof componentID != 'undefined' && typeof repetitionID == 'undefined') {
googleColumnChart('chart/component/' + componentID + '/spending/' + year, 'componentOverview');
}
if (typeof componentID != 'undefined' && typeof repetitionID != 'undefined') {
googleLineChart('chart/budget/' + componentID + '/' + repetitionID, 'componentOverview');
}
});