数据中心bug代码提交

This commit is contained in:
wr
2023-06-06 08:51:03 +08:00
parent 3c2c5d9035
commit 7c36dd2a0b
5 changed files with 39 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ backgroundColor: '#fff',
animation: false,
title: {
text: '暂降类型',
x: 'center',
x: '51%',
},
legend: {
orient: 'vertical',
@@ -16,11 +16,11 @@ series: [
name: '暂降类型',
type: 'pie',
radius: '70%',
center: ['50%', '60%'],
center: ['55%', '53%'],
label: {
normal: {
show: true,
formatter: '{d}%'
formatter: '{b}:{d}%'
},
emphasis: {
show: true

View File

@@ -4,7 +4,7 @@ backgroundColor: '#fff',
animation: false,
title: {
text: '暂降原因',
x: 'center'
x: '51%'
},
legend: {
orient: 'vertical',
@@ -16,10 +16,10 @@ series: [
name: '暂降原因',
type: 'pie',
radius: '70%',
center: ['50%', '53%'],
center: ['55%', '53%'],
label: {
normal: {
formatter: '{d}%'
formatter: '{b}:{d}%'
},
emphasis: {
show: true