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?
Yes, it's a little bug.
You only need to add this to your CSS:
svg > g > g.google-visualization-tooltip { pointer-events: none }