Limiting the valid x,y range of HoverToolTip #605
Unanswered
Peppershaker
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First, thank you for this amazing package. Beautifully written code.
I'm trying to add
SvgPathAnnotations with tooltip to a candlestick chart that could give the user additional information via the tooltip when hovering over or clicking theSvgPathAnnotation.I have tried adding a
HoverTooltipto the chart, but there are 2 issues.HoverTooltipupdates every time the mouse moves. It would be nice if the tooltip is static.HoverTooltipis disabled when hovering over theSvgPathAnnotation, and is enabled everywhere else.Any pointers appreciated. Thanks again!
Beta Was this translation helpful? Give feedback.
All reactions