Some new code.

This commit is contained in:
James Cole
2015-02-21 12:16:41 +01:00
parent 910ad45bee
commit 460f14deca
6 changed files with 286 additions and 10 deletions

7
public/js/accounts.js Normal file
View File

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