riku
2024-11-11 d205764a3ebe073b8302e8faf9345b74ae3350df
src/components/monitor/FactorLegend.vue
@@ -103,7 +103,7 @@
          color: bgColor,
          min: r[0],
          max: nextR ? nextR[0] : undefined,
          unit: factorUnit[name]
          unit: factorUnit[name] ? factorUnit[name].unit : ''
        });
      }