Skip to content
Advertisement

Google Charts tooltip flickering

When using Google Charts, sometimes the tooltip appears behind the mouse pointer, causing a flickering when the mouse is moved, even a little bit.

Is this a known issue?

enter image description here

Advertisement

Answer

Yes, it’s a little bug.

You only need to add this to your CSS:

svg > g > g.google-visualization-tooltip { pointer-events: none }
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement