GoogleWebComponents / google-chart

Google Charts API web components
https://www.webcomponents.org/element/@google-web-components/google-chart/elements/google-chart
Apache License 2.0
358 stars 130 forks source link

Tooltip is flickering on mouseover #239

Open Phenome opened 5 years ago

Phenome commented 5 years ago

There's that same issue when using the google charts js library directly, but with a CSS hack you can "fix" it: https://github.com/google/google-visualization-issues/issues/2162#issuecomment-233767625

Sadly, since it's webcomponents and shadow DOM, that CSS selector probably does not apply, so the flickering is still there. Any ideas?