修改环形的阈值

This commit is contained in:
ljx 2025-08-11 16:51:33 +08:00
parent 3b0822c2b2
commit c2efe8bf00
1 changed files with 1 additions and 1 deletions

View File

@ -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,