mirror of
				https://github.com/dawidolko/Website-Templates.git
				synced 2025-10-31 00:13:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			501 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			501 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| $(function() {
 | |
|     $('#easypiechart-teal').easyPieChart({
 | |
|         scaleColor: false,
 | |
|         barColor: '#1ebfae'
 | |
|     });
 | |
| });
 | |
| 
 | |
| $(function() {
 | |
|     $('#easypiechart-orange').easyPieChart({
 | |
|         scaleColor: false,
 | |
|         barColor: '#ffb53e'
 | |
|     });
 | |
| });
 | |
| 
 | |
| $(function() {
 | |
|     $('#easypiechart-red').easyPieChart({
 | |
|         scaleColor: false,
 | |
|         barColor: '#f9243f'
 | |
|     });
 | |
| });
 | |
| 
 | |
| $(function() {
 | |
|    $('#easypiechart-blue').easyPieChart({
 | |
|        scaleColor: false,
 | |
|        barColor: '#30a5ff'
 | |
|    });
 | |
| });
 | |
|  
 |