mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
Barchart: Fix erroneous tooltip value (#61455)
Fix Barchart tooltip value issue
This commit is contained in:
parent
b44b6fc5c6
commit
b5383b7d05
@ -355,7 +355,7 @@ export const BarChartPanel: React.FunctionComponent<Props> = ({
|
||||
offset={{ x: TOOLTIP_OFFSET, y: TOOLTIP_OFFSET }}
|
||||
allowPointerEvents={isToolTipOpen.current}
|
||||
>
|
||||
{renderTooltip(info.aligned, focusedSeriesIdx, focusedPointIdx)}
|
||||
{renderTooltip(info.viz[0], focusedSeriesIdx, focusedPointIdx)}
|
||||
</VizTooltipContainer>
|
||||
)}
|
||||
</Portal>
|
||||
|
Loading…
Reference in New Issue
Block a user