Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@@ -196,7 +196,7 @@ function setChartRef(el, name) {
function buildRadarIndicators(member) {
return (member.dimensions || []).map(d => ({
name: d.dimensionName,
- max: Number(d.baseScore) * 1.5 // max = 1.5×基础分,给加分空间
+ max: 40
}))
}