firefly-iii/public/js/accounts.js

7 lines
230 B
JavaScript
Raw Normal View History

2015-02-21 05:16:41 -06:00
$(function () {
if (typeof(googleLineChart) === "function" && typeof accountID !== 'undefined' && typeof view !== 'undefined') {
googleLineChart('chart/account/' + accountID + '/' + view, 'overview-chart');
}
});