页面搭建
parent
4545172312
commit
ec5bf12469
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue