diff --git a/public/app/plugins/panel/barchart/BarChartPanel.tsx b/public/app/plugins/panel/barchart/BarChartPanel.tsx index afd30c625e8..f94abde5c03 100644 --- a/public/app/plugins/panel/barchart/BarChartPanel.tsx +++ b/public/app/plugins/panel/barchart/BarChartPanel.tsx @@ -355,7 +355,7 @@ export const BarChartPanel: React.FunctionComponent = ({ offset={{ x: TOOLTIP_OFFSET, y: TOOLTIP_OFFSET }} allowPointerEvents={isToolTipOpen.current} > - {renderTooltip(info.aligned, focusedSeriesIdx, focusedPointIdx)} + {renderTooltip(info.viz[0], focusedSeriesIdx, focusedPointIdx)} )}