diff --git a/pumpingStation.html b/pumpingStation.html index eed1882..01b5d21 100644 --- a/pumpingStation.html +++ b/pumpingStation.html @@ -178,7 +178,7 @@ // (dryRunLevel, overfillLevel) that are shown both in the diagram // and next to the safety-% fields. Same formulas as // specificClass._validateThresholdOrdering. - const DIAG = { topY: 40, botY: 380 }; + const DIAG = { topY: 40, botY: 560 }; const fNum = (id) => { const v = parseFloat(document.getElementById(`node-input-${id}`)?.value); return Number.isFinite(v) ? v : null; @@ -241,7 +241,7 @@ { id: 'outflowLevel', yLine: yForLevel(fNum('outflowLevel'), basinH) }, ].filter(it => it.yLine != null); - const GAP = 26; + const GAP = 30; items.sort((a, b) => a.yLine - b.yLine); let prev = -Infinity; for (const it of items) { @@ -385,7 +385,7 @@ #ps-basin-diagram input[type=number]:focus { outline: 1px solid #0c99d9; border-color: #0c99d9; } - @@ -395,7 +395,7 @@ - + @@ -462,8 +462,8 @@ m - - 0 m (datum) + + 0 m (datum) @@ -475,7 +475,7 @@ - +