mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-09 11:18:10 +00:00
Fixed the charts, added some todo items.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user