修改环形的阈值
This commit is contained in:
parent
3b0822c2b2
commit
c2efe8bf00
|
|
@ -116,7 +116,7 @@
|
|||
},
|
||||
radar: {
|
||||
indicator: chartData.map(item => {
|
||||
return { name: item.name, max: maxNum };
|
||||
return { name: item.name, max: maxNum+(0.2*maxNum) };
|
||||
}),
|
||||
radius: '70%',
|
||||
splitNumber: 4,
|
||||
|
|
|
|||
Loading…
Reference in New Issue