Files
firefly-iii/public/assets/javascript/firefly/accounts.js
2014-12-13 20:03:44 +01:00

7 lines
227 B
JavaScript

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