Fixed the charts, added some todo items.

This commit is contained in:
James Cole
2014-11-13 21:11:00 +01:00
parent 953d68c3a2
commit 58d8b6f95b
7 changed files with 125 additions and 11 deletions

View File

@@ -228,6 +228,11 @@ function googleSankeyChart(URL, container) {
}
}
/**
* TODO fix this method so the layout is nice and dandy.
* @param URL
* @param container
*/
function googleTable(URL, container) {
if ($('#' + container).length == 1) {
$.getJSON(URL).success(function (data) {