gmazzamuto/ng2-google-charts

Tooltips flicker on hover

Closed this issue · 1 comments

Every tooltip in every chart flickers, when you hover it. I tested it in Safari, Chrome and Firefox (all on Mac).
For a bar chart, it doesn't matter, if the tooltip is outside of the bar, but in a donut-chart the tooltip is mostly in the middle and appears directly under the mouse. So, then it flickers.
Even on the demo page.

sorry, problem by google
solution here: google/google-visualization-issues#2636

(css fix:
svg > g > g:last-child { pointer-events: none }
)