页面搭建

lsf-dev
xielei 2024-09-30 14:44:35 +08:00
parent 4545172312
commit ec5bf12469
1 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ const Page = ({ title = '标题' }) => {
angleAxis: {
type: 'category',
data: plandata?.map(item=>item.name),
},
radiusAxis: {
min: 0,
@ -67,7 +68,7 @@ const Page = ({ title = '标题' }) => {
show:false,
},
labelLine: {
show: false
show: true
},
itemStyle: {
normal: {