mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-28 00:57:11 +00:00
Renamed google chart methods and data.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* global $, googleLineChart, accountID, token */
|
||||
/* global $, lineChart, accountID, token */
|
||||
|
||||
|
||||
// Return a helper with preserved width of cells
|
||||
@@ -12,8 +12,8 @@ var fixHelper = function (e, ui) {
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
if (typeof(googleLineChart) === "function" && typeof accountID !== 'undefined') {
|
||||
googleLineChart('chart/account/' + accountID, 'overview-chart');
|
||||
if (typeof(lineChart) === "function" && typeof accountID !== 'undefined') {
|
||||
lineChart('chart/account/' + accountID, 'overview-chart');
|
||||
}
|
||||
|
||||
// sortable!
|
||||
|
Reference in New Issue
Block a user