mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| $(function () {
 | |
| 
 | |
|     if (typeof(googleLineChart) === "function" && typeof accountID !== 'undefined') {
 | |
|         googleLineChart('chart/account/' + accountID, 'overview-chart');
 | |
|     }
 | |
| 
 | |
| }); |