Unplanned
Last Updated: 25 Mar 2021 11:45 by ADMIN
Created by: Jeremy
Comments: 2
Category: Chart
Type: Feature Request
5
Would it be possible to change the position of the navigator ?

It would be nice to be able to choose between top and bottom.
Declined
Last Updated: 25 Mar 2021 11:32 by ADMIN
Created by: Kiril
Comments: 2
Category: Chart
Type: Feature Request
1
allow zooming on both axes separately and together
ex. scroll over chart - zoom both axes (unless any of axes locked)
      scroll/drag category axis - Y axis locked zoom
      scroll/drag value axis - X axis locked zoom

Zoom to default - dblclick on chart.. or button or whatever 
Completed
Last Updated: 22 Mar 2021 15:47 by ADMIN
I would like to be able to see each of the y-axis values plotted along, for example, each of the values of a line or stacked chart, at all times.
Declined
Last Updated: 22 Mar 2021 15:04 by ADMIN
Created by: Dan
Comments: 3
Category: Chart
Type: Feature Request
4
It would be nice be able to have a "broken" value axis on charts. Particularly bar charts, but it may apply to others.

Something to this effect: http://peltiertech.com/images/2011-11/Ybroken.png
Declined
Last Updated: 16 Mar 2021 13:04 by ADMIN
Hi,
What I am looking for is a "better" way of carrying out the manual calculation for label skipping:
http://www.telerik.com/forums/how-to-access-charts-(chartarea)-width-to-calculate-labels-step(x)

Preference would be similar functionality to the categoryAxis itself (autoBaseUnitSteps/baseUnitStep/maxDateGroups) but it would only affect the labelling without aggregating the data.

Assuming similar functionality to CategoryAxis using a step of "auto" the maxDateGroups should also have an "auto" setting that would adjust the max groups so that the labels never overlap.

Thanks
Unplanned
Last Updated: 09 Mar 2021 14:04 by Bridget
outliers: [0,0,0.5,6,7,11]

I.e. For the list of outliers above, I'd like to have all even outliers green and odd outliers red.

Green: 0, 0, 6

Red: 0.5, 7, 11

Unplanned
Last Updated: 04 Mar 2021 22:22 by ADMIN
Created by: Kevin
Comments: 0
Category: Chart
Type: Feature Request
2

Hi Team,

I would like to request the built-in functionality for the Kendo UI Chart to Select/Unselect all the series from the Legend.  Perhaps a checkbox next to the Legend can be used to Select All/Unselect All.  Currently, I have some custom logic where I am able to complete this, but it would be nice to have it built-in to the API.

Thank you!

Unplanned
Last Updated: 25 Feb 2021 13:42 by ADMIN
I want to be able to allow showing tooltip on mouseclick, instead of showing it on hover a slice/point/bar. This should be configurable - what event should trigger a tooltip.
Completed
Last Updated: 10 Feb 2021 12:06 by ADMIN
Release 2021.R1.SP.next
Created by: Matthew
Comments: 0
Category: Chart
Type: Feature Request
1

Feature request

The Kendo UI ToolTip exposes the AutoHide functionality. However, this option could not be configured for the labels' tooltip of the Kendo UI Chart

Expected/desired behavior

Be able to configure the AutoHide of the chart's tooltips. When the user hovers out, the tooltip should be persisted until a mouse click is present.

Environment

* **Kendo UI version:** 2019.3.1023
* **jQuery version:** 1.12.4
* **Browser:** [all] 

Unplanned
Last Updated: 26 Jan 2021 09:44 by ADMIN
Created by: Matt
Comments: 2
Category: Chart
Type: Feature Request
3

It would be great if hierarchical chart types were available. Currently there's not a good way to represent hierarchical data outside of a TreeMap, but TreeMaps don't always work well (particularly for small datapoints). An ideal chart type would be the sunburst chart (nested pie/donut charts), as it can have multiple layers, hide a segment (and all children), and potentially zoom into child layers.

There are a variety of sunburst examples currently out there from other Javascript libraries:
d3 (one of many variations): https://observablehq.com/@d3/zoomable-sunburst
Highchart: https://www.highcharts.com/demo/sunburst
Syncfusion: https://www.syncfusion.com/jquery/javascript-ui-controls/sunburst-chart

Unplanned
Last Updated: 14 Dec 2020 13:07 by ADMIN
Created by: Jay
Comments: 4
Category: Chart
Type: Feature Request
1
I am wondering if it is possible to provide circular series labels with the donut chart, similar to the image I've attached. Ideally, I'd like the 2011-15 Average and 1995-99 Average text ot both be on the top of the series.
Completed
Last Updated: 06 Oct 2020 14:02 by ADMIN
Release 2020.R3.SP.next
The bar chart should read the value for the first day or the week from the current culture set with kendo.culture.
Completed
Last Updated: 17 Sep 2020 18:16 by ADMIN
Release 2020.R3
Created by: Drew
Comments: 3
Category: Chart
Type: Feature Request
32
As they are, plotbands are meaningless. There should be a facility to attach a permanent label or at least a tooltip to the plotband areas.
Completed
Last Updated: 17 Sep 2020 18:13 by ADMIN
Created by: Paul
Comments: 2
Category: Chart
Type: Feature Request
19
It is currently possible to add titles to the Chart, Category and y-Axis, however there is no option to add a title to the legend box.
Unplanned
Last Updated: 19 Jun 2020 08:36 by ADMIN
Created by: MBEN
Comments: 0
Category: Chart
Type: Feature Request
0
I would like to add a request to set a background image on a chart series. I have a stacked bar chart and in one of the series I want to show stripes. I want to be able to set a background image or set a background using css as in the given example.
Unplanned
Last Updated: 09 Jun 2020 19:14 by ADMIN
Created by: John
Comments: 0
Category: Chart
Type: Feature Request
2

Hi Team,

I'd like to request the ability to display a table for the X-Axis Label of the Kendo UI Chart as a built-in configuration.

Thank you.

Unplanned
Last Updated: 25 May 2020 03:22 by kylie
Created by: Hien
Comments: 1
Category: Chart
Type: Feature Request
1

Feature request

Introduce a regression line in the Kendo UI Chart that should be automatically calculated and included in the chart. 

Current behavior

Explicitly calculate the values for the regression line based on the values from the main series and create a new series in the chart. 

Unplanned
Last Updated: 16 Apr 2020 11:08 by ADMIN

Pie chart labels are not properly rendered when exported to image.

The issue can be reproduced here:

https://dojo.telerik.com/isOtaFuG/2

Unplanned
Last Updated: 26 Feb 2020 21:06 by ADMIN

Hi,

As the aggregate function is always very powerful to every chart type, and currently it's supported to most of the charts using category (ex. area line, bar, column, bullet), it would be very nice if you add functionality behind donut pie and funnel charts to handle category aggregation with easy instead of using datasource groupage. My request is to follow this example instead of that one

Best Regards, Boyan.

Unplanned
Last Updated: 25 Feb 2020 09:36 by ADMIN
Created by: George
Comments: 7
Category: Chart
Type: Feature Request
0

Hello,

We have an issue where encoded characters (for example: ö) in the chart category field cause the label to be misaligned.

You can see this in the following dojo example here: https://dojo.telerik.com/aMEYaziy

This dojo is based on your example (https://demos.telerik.com/kendo-ui/bar-charts/index) but I've added an encoded 'รถ' character to the label for Februrary.

In our application we are passing our the labels down via ajax, and defining the field in series.categoryField (as oposed to the hard-coded values in your demo and dojo), but the effect is the same.

Please let us know what the problem is and how we can resolve it.

Thank you,

George