Compare commits

..

No commits in common. "2f19185cba8ced8d871245a8121f300d60e1565c" and "9c91131348dcba4913417ca3f0c67452ffc6996e" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

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