Filtered tooltip keeps appearing depending on where the mouse is #9455
Unanswered
HugoBallee
asked this question in
Q&A
Replies: 1 comment
-
As per documentation, the filter option is not supposed to be in the callbacks sub section (https://www.chartjs.org/docs/master/configuration/tooltip.html#tooltip-configuration). Also you should't try to use 2 version of chart.js at the same time. Working implementation: https://jsfiddle.net/Leelenaleee/Lp2kgrjd/3/ |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm having trouble with a filtered tooltip. It keeps appearing depending on the mouse position.
I've setup a simple jsfiddle to demonstrate the issue: https://jsfiddle.net/4vLhdt3b/16/
Does anyone know how to fix that?
Beta Was this translation helpful? Give feedback.
All reactions