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; }