Compare commits

...

2 Commits

Author SHA1 Message Date
xielei 2f19185cba Merge branch 'master' of http://10.0.41.100:3000/lishenfeng/tsg-web 2024-09-30 14:44:41 +08:00
xielei ec5bf12469 页面搭建 2024-09-30 14:44:35 +08:00
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: {