Unplanned
Last Updated: 26 Feb 2024 13:02 by Endika
Created by: Endika
Comments: 0
Category: Charts
Type: Feature Request
1

We've already implemented several Kendo Chart performance optimization techniques, including:

  • Canvas Rendering.
  • Inline Series Binding.
  • Disabling Animated Transitions.
  • Disabling Gradients.
  • Hiding Minor Grid Lines.
  • Date Grouping using Category Axis in Date Mode.

However we are still experiencing issues when using large amounts of data.

Unplanned
Last Updated: 22 Feb 2024 12:57 by zhivko.zhelezov
Created by: zhivko.zhelezov
Comments: 0
Category: Charts
Type: Feature Request
1

Hi team,

Please provide an animate property part of the Tooltip interface and all tooltip-related components:

https://www.telerik.com/kendo-angular-ui/components/charts/api/TooltipComponent/

https://www.telerik.com/kendo-angular-ui/components/charts/api/ValueAxisCrosshairTooltipComponent/

https://www.telerik.com/kendo-angular-ui/components/charts/api/SeriesTooltipComponent/

..etc

Currently, the tooltip animations can be disabled through the tooltipInstance.tooltip property of the Chart reference:

@ViewChild('chart') public chart: ChartComponent;
ngAfterViewInit() { this.chart.tooltipInstance.animate = false; }
Unplanned
Last Updated: 15 Jun 2023 06:02 by Cédric
Created by: Cédric
Comments: 0
Category: Charts
Type: Feature Request
5

Hi,

In the current implementation of the Kendo Chart, I'm utilizing the "panable" feature to enable movement of the chart horizontally. However, after zooming, I would prefer to utilize scrollbars instead of dragging to navigate through the chart. I would like to request a feature that allows for this behavior.

Thank you for your consideration.

Unplanned
Last Updated: 14 Mar 2023 14:03 by Dominik
Created by: Dominik
Comments: 0
Category: Charts
Type: Feature Request
2

Hi,

Please provide an option that allows forcing the chart to use whole numbers for its value axis when zooming in or out. It's not something uncommon to have charts that can't have decimals (eg. number of people).

Thank you

Unplanned
Last Updated: 22 Feb 2023 08:23 by ADMIN
Created by: John
Comments: 1
Category: Charts
Type: Feature Request
2

We have this feature in Kendo Grid:

<ng-template kendoGridNoRecordsTemplate>
  <fa-icon [icon]="faCloudXmark" class="fa-2x"></fa-icon>
  <p>There is no data to display.</p>
</ng-template>
Can we get `kendoChartNoRecordsTemplate` for the chart please?
Unplanned
Last Updated: 24 Jan 2023 12:10 by Digital
Created by: Digital
Comments: 0
Category: Charts
Type: Feature Request
1

Currently, the Radar Chart cannot be zoomed in/out. Please, provide a zoomable property that would allow the developer to achieve this functionality.

Unplanned
Last Updated: 05 Dec 2022 09:17 by Quentin
Created by: Cédric
Comments: 1
Category: Charts
Type: Feature Request
7

Hi,

Can you improve the behaviour of AxisDefaultLabels content to automatically use multiple lines when labels are overlapped instead of split them manually by using the function ?

 

Actual :

 

Expected :

 

Thank you for your consideration.

Unplanned
Last Updated: 28 Oct 2022 07:14 by Becht Service Acount
Created by: Becht Service Acount
Comments: 0
Category: Charts
Type: Feature Request
1
Please provide the ability to customize the series item borders in Heatmap.
Unplanned
Last Updated: 04 Oct 2022 12:43 by Megan

Hi Kendo Theme,

The current behavior will re-render the Chart and the tooltip or crosshair disappear and the user will need again to hover over the series. This behavior can be observed in the following example:

https://stackblitz.com/edit/angular-dmpexe-sf8zoj?file=src%2Fapp%2Fapp.component.ts

The desired behavior would be to keep the popup open or the crosshair present when updating the data.

Thank you for your consideration.

Unplanned
Last Updated: 16 Jun 2022 07:40 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Charts
Type: Feature Request
2

Currently, the width property is available only for horizontally oriented legend:

image

Provide an option to set the width of the legend when orientation is set to vertical.

Unplanned
Last Updated: 20 May 2022 11:06 by Balu
Created by: Balu
Comments: 0
Category: Charts
Type: Feature Request
1

Hi,

Please provide an option to render a Legend for the Chart Pane components.

thanks

Unplanned
Last Updated: 28 Apr 2022 10:45 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Charts
Type: Feature Request
1
It would be beneficial if the Charts had an animation functionality that does not trigger a complete redraw of the chart when some of the data changes its value. Instead only the updated data points could be moved, e.g. maybe something along the lines of animating the data points moving up or down in accordance with the changes in their values.
Unplanned
Last Updated: 20 Oct 2021 07:07 by ADMIN
Created by: Ben
Comments: 1
Category: Charts
Type: Feature Request
1

We have enjoyed using Kendo UI and the chart tooling that is provided, but our business cases are beginning to need advanced data visualization beyond the chart types currently available.

The additional chart types we need are:

 

Unplanned
Last Updated: 21 Jun 2021 11:17 by ADMIN
Created by: Maksim
Comments: 0
Category: Charts
Type: Feature Request
3
Display a callout arrow for the Chart tooltips (similar to the callout arrow of the Tooltip component).
Declined
Last Updated: 18 Jul 2023 15:31 by ADMIN
Created by: Xiao
Comments: 1
Category: Charts
Type: Feature Request
1

Hi,

Please provide an ability to set the axis range in the drag/zoom events.

Thanks

Unplanned
Last Updated: 01 Apr 2021 11:15 by ADMIN
Created by: Susanne
Comments: 1
Category: Charts
Type: Feature Request
2

I need to change the background of an area chart at certain values. 

I want to display critical threshold. It could be like in the attached photo with some gradient but normal color blocks or even just some straight lines at the thresholds would be okay. Is there any option to achiev something like that?

Declined
Last Updated: 14 Jun 2021 10:59 by ADMIN
Created by: ICT
Comments: 2
Category: Charts
Type: Feature Request
0
Can you Implement the Line Style property (smooth) to Range Chart serie?
Declined
Last Updated: 09 Feb 2021 14:03 by ADMIN
Created by: Aditya
Comments: 1
Category: Charts
Type: Feature Request
2

The legend in the kendo charts has limited customization available via geometry and layouts (inherited from Group <- Element) using the visual property. But this does not allow a complete range of customization equivalent to html templates such as :

1. Table containing multiple information against each legend item. (eg : If the above legend consists of multiple items in a row could use Kendo grid in it).

2. No hyperlinks support in the text for routing to different pages on the UI or anywhere else.(eg : In the above Offline could be a hyperlink to navigate to other detailed page).

This point I think is important. Also an hyperlink (or maybe a click on an svg hide navigate to a separate legend in place).

3. Some other features supported in html such as sliders in a legend to display more info on icon click. (eg : clicking on an icon should expand the details for each legend item ).

4. Not sure if there is an svg support too. (eg:  In the above I would like to place an svg icon in place of circle geometry for colored indicators).

 

Also it would be much convenient to allow an html template inside the legend instead of coding geometries. The above points are in support for the need for a custom html template to be either accepted as the property of the legend or to allow to construct an html code under the <kendo-chart-legend></kendo-chart-legend>

Declined
Last Updated: 18 Jul 2023 15:17 by ADMIN
Created by: Diego
Comments: 1
Category: Charts
Type: Feature Request
1

I want to align the Chart Plot Area on the left side (similar to the position property of the Legend component).

Currently, the same can be achieved only with the Drawing API in render event handler. Here is an example:

https://stackblitz.com/edit/angular-ucwo6p

Providing a built-in position option for alignment of the Plot Area will be an easier and intuitive appraoch. 

Thanks.

Declined
Last Updated: 18 Jul 2023 15:30 by ADMIN
Created by: Vidrio
Comments: 1
Category: Charts
Type: Feature Request
1

Please provide the Charts selection functionality for vertical category axis as well.

thank you

1 2 3