|
@@ -1417,17 +1417,18 @@ export const quantitativeAnalysisDashboard = (name = [], data = [], color = [])
|
|
|
top: '30%',
|
|
|
textAlign: 'center',
|
|
|
textStyle: {
|
|
|
- color: 'rgba(245, 247, 247,0.6)',
|
|
|
- fontSize: 12
|
|
|
+ color: '#858892',
|
|
|
+ fontSize: 12,
|
|
|
+ fontWeight: 'lighter'
|
|
|
},
|
|
|
subtext: `${percent} %`,
|
|
|
subtextStyle: {
|
|
|
- color: 'rgba(245, 247, 247,1)',
|
|
|
+ color: '#fff',
|
|
|
fontSize: 20
|
|
|
}
|
|
|
},
|
|
|
polar: {
|
|
|
- radius: ['75%', '100%'],
|
|
|
+ radius: ['72%', '97%'],
|
|
|
center: ['35%', '50%']
|
|
|
},
|
|
|
// 极坐标角度轴
|