融合饼图为空样式修改
This commit is contained in:
parent
89833b4afe
commit
188f216179
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue