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} /> )}