Skip to content

Commit

Permalink
fix: external tooltip legend extra value sync (elastic#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Feb 1, 2021
1 parent bda63f6 commit 7484a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function getTooltipAndHighlightFromValue(
return EMPTY_VALUES;
}

if (tooltipType === TooltipType.None) {
if (tooltipType === TooltipType.None && !externalPointerEvent) {
return EMPTY_VALUES;
}

Expand Down

0 comments on commit 7484a3e

Please sign in to comment.