mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 19:49:54 +00:00
Lots of changes.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
$(function () {
|
||||
|
||||
if (typeof componentID !== 'undefined' && typeof repetitionID === 'undefined') {
|
||||
googleColumnChart('chart/category/' + componentID + '/spending/' + year, 'componentOverview');
|
||||
if (typeof categoryID !== 'undefined') {
|
||||
googleColumnChart('chart/category/' + categoryID + '/overview', 'componentOverview');
|
||||
googleColumnChart('chart/category/' + categoryID + '/period', 'periodOverview');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user