xy 2 years ago
parent 49d3af3cbc
commit 9ec36ee6f4

@ -349,13 +349,6 @@
{ {
name: '180/天', name: '180/天',
value: 33, value: 33,
label: {
show: true,
fontWeight: "bold",
formatter: function (params) {
return params.name + "\n" + params.value + "%"
}
},
itemStyle: { itemStyle: {
color: "#609ff9" color: "#609ff9"
} }
@ -372,13 +365,6 @@
{ {
name: '220/天', name: '220/天',
value: 44, value: 44,
label: {
show: true,
fontWeight: "bold",
formatter: function (params) {
return params.name + "\n" + params.value + "%"
}
},
itemStyle: { itemStyle: {
color: "#8dd191" color: "#8dd191"
} }
@ -395,13 +381,6 @@
{ {
name: '300/天', name: '300/天',
value: 13, value: 13,
label: {
show: true,
fontWeight: "bold",
formatter: function (params) {
return params.name + "\n" + params.value + "%"
}
},
itemStyle: { itemStyle: {
color: "#f6db7c" color: "#f6db7c"
} }
@ -432,8 +411,12 @@
}, },
label: { label: {
normal: { normal: {
show: false, show: true,
position: 'center' position: 'center',
fontWeight: "bold",
formatter: function (params) {
return params.name + "\n" + params.value + "%"
}
}, },
emphasis: { emphasis: {
label: { label: {

Loading…
Cancel
Save