This commit is contained in:
duanliang
2025-04-02 23:45:00 +08:00
parent 15f15a9ee0
commit 16b9d8e3c7
5 changed files with 79 additions and 17 deletions

View File

@@ -58,6 +58,26 @@
}
}
},
polar: {
center: ['50%', '40%']
},
angleAxis: {
max: 100,
show: false
},
radiusAxis: {
type: 'category',
show: true,
axisLabel: {
show: false
},
axisLine: {
show: false
},
axisTick: {
show: false
}
},
series: [
{
type: 'pie',