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