telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
212 stars 39 forks source link

[Bug][Chart] Tooltip disappears when the data changes #2737

Open Yanko-Georgiev opened 2 days ago

Yanko-Georgiev commented 2 days ago

I'm submitting a...

Current behavior

When the data changes the tooltip disappears, despite the mouse being over an element.

Expected behavior

The tooltip should be visible when the mouse is over the element.

Minimal reproduction of the problem with instructions

  1. Open the following StackBlitz example: https://stackblitz.com/edit/react-ntshqu?file=app%2FChartTooltipPersistance.tsx
  2. Hover an element and notice the tooltip appears.
  3. Wait 5 seconds and notice the tooltip disappears after the chart is rerendered when the data changes.

Reported in: 1670716