Charts render an empty tooltip
When hovering quickly and repeatedly over a chart, it can happen that an empty tooltip is displayed until the chart gets hovered again.
Examples
Line Chart | Sparkline Chart | Area chart |
---|---|---|
DOM when the issue happens
(The tooltip component within the chart is hidden but the DOM element that gets added by <gl-tooltip>
is still there)
Steps to reproduce
- Load a chart that renders tooltips (e.g.: sparkline chart)
- Hover in and out of the chart quickly and repeatedly
Edited by David Pisek