mirror of
https://github.com/grafana/grafana.git
synced 2025-01-05 21:53:45 -06:00
BarChart: Clear tooltip when cursor exits bar (#60617)
This commit is contained in:
parent
b439fd56d8
commit
9bd6e471e4
@ -106,7 +106,7 @@ export const addTooltipSupport = ({
|
||||
setFocusedSeriesIdx,
|
||||
setFocusedPointIdx,
|
||||
(clear) => {
|
||||
if (clear && isActive) {
|
||||
if (clear) {
|
||||
setCoords(null);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user