mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
BarChart: Clear tooltip when cursor exits bar (#60617)
This commit is contained in:
@@ -106,7 +106,7 @@ export const addTooltipSupport = ({
|
||||
setFocusedSeriesIdx,
|
||||
setFocusedPointIdx,
|
||||
(clear) => {
|
||||
if (clear && isActive) {
|
||||
if (clear) {
|
||||
setCoords(null);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user