mirror of https://github.com/grafana/grafana.git
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
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:
parent
1754d2fcd2
commit
e383be6267
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue