mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-13 13:18:30 +00:00
Renamed google chart methods and data.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/* globals $, categoryID, googleColumnChart */
|
||||
/* globals $, categoryID, columnChart */
|
||||
$(function () {
|
||||
"use strict";
|
||||
if (typeof categoryID !== 'undefined') {
|
||||
googleColumnChart('chart/category/' + categoryID + '/all', 'all');
|
||||
googleColumnChart('chart/category/' + categoryID + '/month', 'month');
|
||||
columnChart('chart/category/' + categoryID + '/all', 'all');
|
||||
columnChart('chart/category/' + categoryID + '/month', 'month');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user