novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.22k stars 2.14k forks source link

Chart Tooltip on Mobile Browsers Doesn't Disappear #2214

Open wkatbey opened 5 years ago

wkatbey commented 5 years ago

NVD3 version used: 2.0.0

Browser and OS used: Safari Mobile / Chrome Mobile, IOS

I’ve encountered a slight tooltip bug on mobile devices, primarily IOS (using an iPad Air), where if a tooltip appears for a particular chart, the tooltip never disappears, and as I scroll throughout the page, the tooltip stays in that same fixed position. The tooltip doesn't disappear unless I click on a chart that displays another tooltip. The tooltip only disappears upon page refresh.

A good reference would be the charts at http://nvd3.org, where the same issue occurs on mobile devices.