New event to create budget limits, new handler to handle said event, new routes for budget control, new routes for limit control, extended migration, extended models, extended JS. [skip-ci]

This commit is contained in:
James Cole
2014-07-20 18:24:27 +02:00
parent 0bcda34738
commit 08cbd91dd9
42 changed files with 1482 additions and 121 deletions

View File

@@ -70,7 +70,7 @@ $(function () {
y: e.pageY
},
objectType: 'ajax',
headingText: this.series.name,
headingText: '<a href="#">' + this.series.name + '</a>',
width: 250
}
)
@@ -146,4 +146,8 @@ $(function () {
});
});
/**
* Get chart data for budget charts.
*/
});