页面搭建

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