融合饼图为空样式修改

This commit is contained in:
qiudan 2023-12-04 09:34:37 +08:00
parent 89833b4afe
commit 188f216179
1 changed files with 2 additions and 2 deletions

View File

@ -110,12 +110,12 @@ export default {
value: 0,
name: '无',
label: { show: false },
itemStyle: { color: '#EFEFEF' },
itemStyle: { color: '#e1e1e1' },
emphasis: {
disabled: true,
label: { show: false },
itemStyle: {
color: '#EFEFEF'
color: '#e1e1e1'
}
}
}