mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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