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