google/google-visualization-issues

Graphs blinking when hovered over tooltips

Opened this issue · 5 comments

If you hover cursor from graph part to tooltip, whole graph part is blinking. (especially on pie charts)

I was worried about the same problem.
You can solve this problem by adding this code to the style tag.

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

Thanks man! But it would be better, if the problem would be fixed in repo.

It's really annoying problem

tooltip issue

This bug nearly prevents me from using this package. It is seen immediately on the official demo in the Pie Chart when hovering "Eat" slice. Thanks to LouisAng for providing a work-around. I will scope the CSS to the chart SVGs.