Line annotation tooltip not visible even when hideLinesTooltips
is set to false
#2549
Labels
:annotation
Annotation (line, rect, text) related issue
enhancement
New feature or request
:tooltip
Related to hover tooltip
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 tofalse
and highzIndex
.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:
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):
The text was updated successfully, but these errors were encountered: