riku
2025-02-21 c35074e0e33054bb6c5ada22f8104422ae953b17
src/model/Factor.js
@@ -127,7 +127,7 @@
    this.heights = [];
    this.colors = [];
    this.datas.forEach((d) => {
      const h = getFactorHeight(d.factorId, d.factorData, [this.min, this.max]);
      let h = getFactorHeight(d.factorId, d.factorData, [this.min, this.max]);
      if (d.factorData == -1) {
        h = -1;
      }