firefly-iii/public/js/categories.js
2015-03-04 09:42:47 +01:00

10 lines
257 B
JavaScript

$(function () {
if (typeof categoryID !== 'undefined') {
googleColumnChart('chart/category/' + categoryID + '/overview', 'componentOverview');
googleColumnChart('chart/category/' + categoryID + '/period', 'periodOverview');
}
});