mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			257 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			257 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
$(function () {
 | 
						|
 | 
						|
    if (typeof categoryID !== 'undefined') {
 | 
						|
        googleColumnChart('chart/category/' + categoryID + '/overview', 'componentOverview');
 | 
						|
        googleColumnChart('chart/category/' + categoryID + '/period', 'periodOverview');
 | 
						|
    }
 | 
						|
 | 
						|
 | 
						|
 | 
						|
}); |