-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
:annotationAnnotation (line, rect, text) related issueAnnotation (line, rect, text) related issue:tooltipRelated to hover tooltipRelated to hover tooltipenhancementNew feature or requestNew feature or request
Description
Describe the issue
When hovering line annotation the line annotation's tooltip doesn't show up. Only while hovering the marker the tooltip appears.
Even with the hideLinesTooltips
set to false
and high zIndex
.
I also tried to disable tooltips with <Tooltip customTooltip={() => null} />
to ensure that tooltip with the value doesn't hide the annotation tooltip, but it didn't solve the issue.
To Reproduce
See this codesandbox.
Steps to reproduce the behavior:
- Hover over line annotation
- Hover over marker
Expected behaviour
I would expect to see the line annotation tooltip when we hover over line.
Screenshots
LineAnnotationTooltip.mov
Version (please complete the following information):
- Elastic Charts: 66.1.1
Metadata
Metadata
Assignees
Labels
:annotationAnnotation (line, rect, text) related issueAnnotation (line, rect, text) related issue:tooltipRelated to hover tooltipRelated to hover tooltipenhancementNew feature or requestNew feature or request