@@ -324,19 +324,20 @@ export default {
{
name: '校准状态',
type: 'pie',
- radius: ['0', '80%'],
+ radius: ['0', '90%'],
avoidLabelOverlap: false,
label: {
normal: {
show: true,
position: 'inner', // 数值显示在内部
+
formatter: '{b}', // 格式化数值百分比输出
},
emphasis: {
- fontSize: '40',
+ fontSize: '16',
fontWeight: 'bold'
}