mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
10 lines
257 B
JavaScript
10 lines
257 B
JavaScript
$(function () {
|
|
|
|
if (typeof categoryID !== 'undefined') {
|
|
googleColumnChart('chart/category/' + categoryID + '/overview', 'componentOverview');
|
|
googleColumnChart('chart/category/' + categoryID + '/period', 'periodOverview');
|
|
}
|
|
|
|
|
|
|
|
}); |