Unplanned
Last Updated: 29 Feb 2024 17:23 by jake
It would be beneficial if there was a mechanism that will highlight a bar chart item on click instead of hover similar to Power BI:

Unplanned
Last Updated: 14 Jul 2023 15:31 by Ron

Describe the bug
The initial animation of the Donut Chart is not playing consistently when updating the Chart's value.

  • The issue is replicable on Chrome and the animation works correctly on Firefox

To Reproduce

  1. Open this StackBlitz example in Chrome
  2. Watch the Chart for a while. In a certain period, the Chart will immediately be rendered without animation.

Expected behavior
The Chart should be rendered with animation every time its data is updated.

Screenshots

DonutChart.mov
Unplanned
Last Updated: 11 May 2023 06:53 by Peili
Created by: Peili
Comments: 0
Category: Chart
Type: Feature Request
1

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?

Unplanned
Last Updated: 10 May 2023 07:05 by Peili

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

  1. Open this CodeSandbox example
  2. Hover a randomly selected element in the Chart

Expected behavior
The Tooltip that appears above the vertical crosshair should be centered above the line

Screenshots
image

Unplanned
Last Updated: 05 Oct 2022 12:37 by Ami

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

  1. Open this StackBlitz example
  2. Hover random series to display the ToolTip
  3. 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;
}
Completed
Last Updated: 07 Jun 2022 10:07 by ADMIN
Created by: Yoon
Comments: 1
Category: Chart
Type: Feature Request
1

Currently, if we want to set the height of a Pie Chart, its labels are appearing outside the visible area of the component. This behavior can be seen in this StackBlitz example

While the Kendo UI for Angular and Kendo UI for jQuery have the autoFit property available in the seriesItems' configuration, this property is missing in the Native Vue Charts. making this property available in the Vue Charts will help in the implementation of specific Chart scenarios. 

Unplanned
Last Updated: 05 May 2022 05:59 by ADMIN
Scheduled for May 2022

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

  1. Open this Dojo example and run it

Expected behavior

There should be two columns rendered for each category as in this StackBlitz example.

Unplanned
Last Updated: 01 Apr 2022 09:25 by ADMIN
Created by: Daniel
Comments: 3
Category: Chart
Type: Bug Report
0

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:

  • '2021-05-21' - everything is working correctly
  • '2021-05-21T11:21:50Z' - the execution of the project is blocked

Here is a working example with the first data type.

To Reproduce

  1. Open this example. It is the same as the working one provided above but with Date data in ISO format
  2. Run the project

Expected behavior
The Native Chart should be working correctly both with the non-ISO and ISO formatted data.

Completed
Last Updated: 29 Mar 2022 04:11 by ADMIN

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:

  1. Download this project(_re-render.zip) and install the NPM packages(run: npm i)
  2. Start the project(run: npm run serve)
  3. Click on the "Change dataset" button

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.

Unplanned
Last Updated: 19 Jan 2022 07:17 by ADMIN
Created by: Sri
Comments: 0
Category: Chart
Type: Feature Request
0

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.

Unplanned
Last Updated: 10 Jan 2022 06:27 by Christine
Created by: Christine
Comments: 0
Category: Chart
Type: Bug Report
2

The issue is reported in ticket - https://supportheroes.telerik.com/ticket/1547173 and there is a project attached and the warning is this one:
image

telerik/kendo-charts#266