score:1

Accepted answer

i found the solution! just by adding mouseout event to the chart events option, i got it resolved.

the custom added tooltip now hides when mouse is moved or clicked outside the chart area.

code:

options: {
  events: ["click", "mouseout"],
....
...

here is the link to my updated js fiddel example.


Related Query

More Query from same tag