Skip to content

How to avoid a drawn shape from disappearing when hovering over a datapoint which loads a tooltip? #10180

Answered by LeeLenaleee
Udemology asked this question in Q&A
Discussion options

You must be logged in to vote

there are rendering steps done after the event happend. So if you want the shape to stay on the canvas you will need to use something like afterDraw callback to draw the shape. You can use the afterEvent to set a variable which you later check if it has to draw something

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Udemology
Comment options

Answer selected by Udemology
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants