From d99c5c218575d0177a74137b60c842cee1c12941 Mon Sep 17 00:00:00 2001 From: Adela Almasan Date: Wed, 7 Jan 2026 12:00:08 -0600 Subject: [PATCH] add hollow style for leading/trailing color placement --- packages/grafana-ui/src/components/VizTooltip/VizTooltipRow.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/VizTooltip/VizTooltipRow.tsx b/packages/grafana-ui/src/components/VizTooltip/VizTooltipRow.tsx index 22426f6fbf0..bb0d76df29e 100644 --- a/packages/grafana-ui/src/components/VizTooltip/VizTooltipRow.tsx +++ b/packages/grafana-ui/src/components/VizTooltip/VizTooltipRow.tsx @@ -212,6 +212,7 @@ export const VizTooltipRow = ({ colorIndicator={colorIndicator} position={ColorIndicatorPosition.Trailing} lineStyle={lineStyle} + isHollow={isHiddenFromViz} /> )}