|  | @@ -23,17 +23,20 @@ const DemoPie: React.FC<{data: iPieChartProps}> = ({ data }) => {
 | 
	
		
			
				|  |  |      renderer: 'canvas',
 | 
	
		
			
				|  |  |      innerRadius: 0.7,
 | 
	
		
			
				|  |  |      className: 'echarts-pie',
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      label: {
 | 
	
		
			
				|  |  |        type: 'outer',
 | 
	
		
			
				|  |  |        autoRotate: false,
 | 
	
		
			
				|  |  |        content: '{name}: {percentage}'
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    statistic: {
 | 
	
		
			
				|  |  | +      title: false,
 | 
	
		
			
				|  |  | +      content: false
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  |      interactions: [
 | 
	
		
			
				|  |  |        { type: 'element-selected' },
 | 
	
		
			
				|  |  | -      { type: 'pie-legend-active' },
 | 
	
		
			
				|  |  | -      // { type: 'element-active' }
 | 
	
		
			
				|  |  | -      { type: 'pie-statistic-active' }
 | 
	
		
			
				|  |  | +      // { type: 'pie-legend-active' },
 | 
	
		
			
				|  |  | +      { type: 'element-active' }
 | 
	
		
			
				|  |  | +      // { type: 'pie-statistic-active' }
 | 
	
		
			
				|  |  |      ],
 | 
	
		
			
				|  |  |      legend: {
 | 
	
		
			
				|  |  |        layout: 'horizontal',
 |