|
@@ -1509,7 +1509,8 @@ export const quantitativeAnalysisDashboardEnlarge = (name = [], data = [], color
|
|
|
textAlign: 'center',
|
|
|
textStyle: {
|
|
|
color: '#858892',
|
|
|
- fontSize: 14
|
|
|
+ fontSize: 14,
|
|
|
+ fontWeight: 'lighter'
|
|
|
},
|
|
|
subtext: `${percent} %`,
|
|
|
subtextStyle: {
|
|
@@ -1518,7 +1519,7 @@ export const quantitativeAnalysisDashboardEnlarge = (name = [], data = [], color
|
|
|
}
|
|
|
},
|
|
|
polar: {
|
|
|
- radius: ['55%', '75%'],
|
|
|
+ radius: ['52%', '72%'],
|
|
|
center: ['35%', '45%']
|
|
|
},
|
|
|
// 极坐标角度轴
|