Compare commits
2 Commits
9c91131348
...
2f19185cba
| Author | SHA1 | Date |
|---|---|---|
|
|
2f19185cba | |
|
|
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