firefly-iii/public/js/accounts.js
2015-02-21 12:16:41 +01:00

7 lines
230 B
JavaScript

$(function () {
if (typeof(googleLineChart) === "function" && typeof accountID !== 'undefined' && typeof view !== 'undefined') {
googleLineChart('chart/account/' + accountID + '/' + view, 'overview-chart');
}
});