riku
2024-09-09 cb99768a728002372bcb80885de2b4b2cd52e303
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;
      }