Don't show label tooltip in Chart.js if hover is less than 1 second #8357
Unanswered
vasyl-shumskyi
asked this question in
Q&A
Replies: 2 comments 2 replies
-
For a custom tooltip you will need to put enabled: false in your tooltips option. in the timeout only 2 things that still need to be checked are if you are still on the element and if the data has changed. In both cases you will need to return out of it also |
Beta Was this translation helpful? Give feedback.
2 replies
-
I updated the question with a better description of the problem I am trying to solve. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some information inside the doughnut chart and want to prevent tooltip blinks when this info is accessed with the mouse.
Check out the attached screenshot below:
I am trying to implement the following solution:
Check out the following JSFiddle
Beta Was this translation helpful? Give feedback.
All reactions