From ca1a431cc8635897a2b079dd58cc07aefacfd8fe Mon Sep 17 00:00:00 2001 From: Paul Marbach Date: Mon, 15 Dec 2025 23:56:52 -0500 Subject: [PATCH] one more tweak --- .../src/components/RadialGauge/RadialArcPath.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/packages/grafana-ui/src/components/RadialGauge/RadialArcPath.tsx b/packages/grafana-ui/src/components/RadialGauge/RadialArcPath.tsx index f105b821577..128566cec97 100644 --- a/packages/grafana-ui/src/components/RadialGauge/RadialArcPath.tsx +++ b/packages/grafana-ui/src/components/RadialGauge/RadialArcPath.tsx @@ -106,6 +106,7 @@ export const RadialArcPath = memo( +
+ {endpointColors && } + {endpointColors && } - {showGuideDots && ( - <> - {endpointColors && } - {endpointColors && } - {guideDotColors && arcLengthDeg > 5 && } - {guideDotColors && } - - )} + {guideDotColors && arcLengthDeg > 5 && } + {guideDotColors && } ); }