mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 03:56:42 +00:00
18 lines
473 B
JavaScript
18 lines
473 B
JavaScript
$(function () {
|
|
|
|
if (typeof googleTable == 'function') {
|
|
googleTable('table/categories', 'category-list');
|
|
if (typeof(componentID) != 'undefined') {
|
|
googleTable('table/component/' + componentID + '/0/transactions','transactions');
|
|
|
|
if (typeof googleColumnChart == 'function') {
|
|
googleColumnChart('chart/component/' + componentID + '/spending/' + year, 'componentOverview');
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
}); |