mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 11:48:53 +00:00
Stuff for categories.
This commit is contained in:
9
public/js/categories.js
Normal file
9
public/js/categories.js
Normal file
@@ -0,0 +1,9 @@
|
||||
$(function () {
|
||||
|
||||
if (typeof componentID !== 'undefined' && typeof repetitionID === 'undefined') {
|
||||
googleColumnChart('chart/category/' + componentID + '/spending/' + year, 'componentOverview');
|
||||
}
|
||||
|
||||
|
||||
|
||||
});
|
Reference in New Issue
Block a user