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
Expected behavior
The Tooltip of the Native Chart should not flicker when moving the mouse cursor over it.
.k-animation-container.k-chart-tooltip-wrapper {
pointer-events: none;
}
Describe the bug
The initial animation of the Donut Chart is not playing consistently when updating the Chart's value.
To Reproduce
Expected behavior
The Chart should be rendered with animation every time its data is updated.
Screenshots
Describe the bug
When configuring the Chart to have a Crosshairs the Tooltip that appears is not centered as it is in the other Kendo UI suites.
To Reproduce
Expected behavior
The Tooltip that appears above the vertical crosshair should be centered above the line
Describe the bug
The Bar Chart component renders only one column no matter the number of series passed to it. The Bar Chart renders only the first seriesitem passed to it
To Reproduce
Expected behavior
There should be two columns rendered for each category as in this StackBlitz example.
Describe the bug
In a scenario where we want to display a Date in the Chart category, the Native Chart doesn't work when we use the ISO Date format
If we take the same project and use Date data like:
Here is a working example with the first data type.
To Reproduce
Expected behavior
The Native Chart should be working correctly both with the non-ISO and ISO formatted data.
Describe the bug
The data inside the Chart is not updating when we change the data it is bound to.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
With each click of the "Change dataset" button, the "Duration" property of the first element inside the "projects" array is being changed. With this change of "Duration", the Chart should be updated.
The issue is reported in ticket - https://supportheroes.telerik.com/ticket/1547173 and there is a project attached and the warning is this one: