|  | @@ -60,7 +60,7 @@ let page2Char2Schema = {
 | 
	
		
			
				|  |  |              left: '30%',
 | 
	
		
			
				|  |  |              bottom: '10px',
 | 
	
		
			
				|  |  |              borderColor: 'transparent',
 | 
	
		
			
				|  |  | -            fillerColor: '#14c6d3',
 | 
	
		
			
				|  |  | +            fillerColor: themeColor.fillerColor,
 | 
	
		
			
				|  |  |              zoomLock: true,
 | 
	
		
			
				|  |  |              showDataShadow: false, //是否显示数据阴影 默认auto
 | 
	
		
			
				|  |  |              backgroundColor: 'rgba(255,255,255,.2)',
 | 
	
	
		
			
				|  | @@ -94,7 +94,7 @@ let page2Char2Schema = {
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |              data: [1, 1, 1, 2, 2, 1, 0],
 | 
	
		
			
				|  |  |              itemStyle: {//自定义颜色
 | 
	
		
			
				|  |  | -                normal: { color: "rgb(2, 238, 255)" },
 | 
	
		
			
				|  |  | +                normal: { color: themeColor.colorArr[0] },
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          {
 | 
	
	
		
			
				|  | @@ -109,7 +109,7 @@ let page2Char2Schema = {
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |              data: [1, 8, 8, 2, 6, 9, 9],
 | 
	
		
			
				|  |  |              itemStyle: {//自定义颜色
 | 
	
		
			
				|  |  | -                normal: { color: "rgb(94, 229, 116)" },
 | 
	
		
			
				|  |  | +                normal: { color: themeColor.colorArr[1] },
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          {
 | 
	
	
		
			
				|  | @@ -124,7 +124,7 @@ let page2Char2Schema = {
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |              data: [8, 1, 1, 6, 2, 0, 1],
 | 
	
		
			
				|  |  |              itemStyle: {//自定义颜色
 | 
	
		
			
				|  |  | -                normal: { color: "rgb(255, 255, 0)" },
 | 
	
		
			
				|  |  | +                normal: { color: themeColor.colorArr[2] },
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      ]
 |