VizTooltip: Keep visible while hovering during data updates (#89708)

This commit is contained in:
Leon Sorokin 2024-06-25 12:00:47 -05:00 committed by GitHub
parent 1ebc610064
commit 0f01db4025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -463,7 +463,10 @@ export const TooltipPlugin2 = ({
config.addHook('setData', (u) => {
yZoomed = false;
yDrag = false;
dismiss();
if (_isPinned) {
dismiss();
}
});
// fires on series focus/proximity changes