riku
2024-09-02 02349238af964e19a46da93e20466a48d755a453
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 : ''
        });
      }