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