山东移动

This commit is contained in:
yanran200730
2023-03-31 15:17:34 +08:00
parent 5d8088ce8c
commit 8309afbbd8
3 changed files with 9 additions and 4 deletions

View File

@@ -17,8 +17,13 @@ export default {
},
series: {
type: "pie",
radius: ['60%', '70%'],
minShowLabelAngle: 10,
radius: '50%',
itemStyle: {
borderRadius: 4,
borderColor: 'rgba(128, 128, 128, 0.1)',
borderWidth: 2
},
label: {
show: false
}