Update
CodeQL checks / Detect whether code changed (push) Waiting to run Details
CodeQL checks / Analyze (actions) (push) Blocked by required conditions Details
CodeQL checks / Analyze (go) (push) Blocked by required conditions Details
CodeQL checks / Analyze (javascript) (push) Blocked by required conditions Details

This commit is contained in:
Torkel Ödegaard 2025-10-07 21:03:18 +02:00
parent 1754d2fcd2
commit e383be6267
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ export function ThresholdsBar({ dimensions, fieldDisplay, startAngle, angleRange
const valueDeg = ((threshold.value - min) / (max - min)) * angleRange;
const lengthDeg = valueDeg - currentStart + startAngle;
console.log('thresholds currentStart', currentStart, valueDeg - currentStart);
paths.push(
<RadialArcPath
key={i}