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
The current implementation of the Native Chart component doesn't provide the option to define the position of the tooltip when using crosshairs in the component.
Can you add a configuration option similar to categoryAxis.crosshair.tooltip.positionwhich is available in the jQuery suite?
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
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
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.
Currently, the Chart component can be exported to PDF, Image or SVG file.
Being able to export Charts to an Excel file would be a useful feature. The exported file should contain the Chart data and visualize the Chart itself.
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.
The issue is reported in ticket - https://supportheroes.telerik.com/ticket/1547173 and there is a project attached and the warning is this one: