antoniolago / react-gauge-component

React gauge component for data visualization.
https://antoniolago.github.io/react-gauge-component/
MIT License
132 stars 19 forks source link

Tooltips doesn't always clear onMouseLeave and onMouseOut #15

Closed antoniolago closed 5 months ago

lifemixture commented 5 months ago

Hello! Thanks for a great library! Please consider a fix for this issue from my PR: https://github.com/antoniolago/react-gauge-component/pull/42

The idea is to cancel mousemove event throttling once we leave and hide tooltip

antoniolago commented 5 months ago

Fixed by #42