src/components/monitor/FactorLegend.vue
@@ -128,11 +128,12 @@ ', ' + color[3] + ')'; const { scale = 1, unit = '' } = factorUnit[name]; legendList.push({ color: bgColor, min: r[0], max: nextR ? nextR[0] : undefined, unit: factorUnit[name] ? factorUnit[name].unit : '' min: r[0] * scale, max: nextR ? nextR[0] * scale : undefined, unit: unit }); }