kendo-vue
kendo-vue copied to clipboard
The Tooltip of the Native Chart flickers when hovered
Describe the bug When we have a Chart Tooltip in the Native Vue Chart and this Tooltip appears over the Chart itself, if we hover the Tooltip it starts to flicker.
To Reproduce
- Open this StackBlitz example
- Hover random series to display the ToolTip
- Move the mouse cursor over the ToolTip
Expected behavior The Tooltip of the Native Chart should not flicker when moving the mouse cursor over it.
- Possible workaround is to use the following CSS definition:
.k-animation-container.k-chart-tooltip-wrapper {
pointer-events: none;
}
Also reported in ticket: 1618746.
Reported again in this public item - https://feedback.telerik.com/kendo-vue-ui/1623049
Reported again in Ticket ID: 1651325