Google Charts tooltip flickering Google Charts tooltip flickering javascript javascript

Google Charts tooltip flickering


Yes, it's a little bug.

You only need to add this to your CSS:

svg > g > g:last-child { pointer-events: none }


That works in my case

svg > g:last-child > g:last-child { pointer-events: none }div.google-visualization-tooltip { pointer-events: none }