Unplanned
Last Updated: 23 Aug 2021 15:40 by ADMIN
Created by: Brandon
Comments: 0
Category: Chart
Type: Feature Request
1

Hi Team,

I'd like to request an easy, built-in way in which a user can split grouped data of a Kendo UI Chart by a specific datafield.  For example, let's say I have 2 groups, and each had their own series to be utilized.  But those series would have their own series by another dataField.  I'd like to show the root group, but display the child series.

Thank you!

Unplanned
Last Updated: 20 Aug 2021 18:40 by ADMIN
Created by: Nathan
Comments: 0
Category: Chart
Type: Feature Request
2

Hi Team,

I'd like to request the functionality to add positioning and alignment to the Kendo UI Chart's API for the Tooltip.

For example, I have a 100% stacked chart.  Having the tooltip aligned all the way to the right instead of being able to anchor it to the middle of the data just feels weird for our purposes. I was hoping to inquire if there was another way that I may be missing to align the tooltip nicely.

Thank you!

Unplanned
Last Updated: 06 Aug 2021 07:32 by ADMIN

### Bug report

When the title of the legend in the Kendo UI Chart widget is longer, the labels are not centered as per the default legend alignment.

### Reproduction of the problem

1) Create a Chart widget and set the title of the legend to "If the title is longer than the series names is not centered anymore is left aligned";

2) The title is centered, but the labels are aligned to the left.

A Dojo sample for reproduction: https://dojo.telerik.com/UBoTOBID


### Expected/desired behavior

The labels of the legend should be centered below the title.


### Environment

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

Unplanned
Last Updated: 27 Jul 2021 12:10 by ADMIN
Chart series.highlight.markers option is missing from API and TS definitions.
Unplanned
Last Updated: 06 Jul 2021 15:02 by ADMIN
Created by: Milan Rudrappa
Comments: 0
Category: Chart
Type: Feature Request
1

Hi Team,

I would like to request the functionality to be able to align a Kendo UI Chart (such as a column chart) with a Kendo UI Grid.  This would used when resizing components to allow for the appearance to match.

Thank you!

Unplanned
Last Updated: 23 Jun 2021 14:24 by ADMIN
Created by: Pravalika
Comments: 0
Category: Chart
Type: Feature Request
1

Hi Team,

I would like to request the CategoryAxis to be sortable for the user to manipulate.

Thank you!

Declined
Last Updated: 28 Jun 2021 10:40 by ADMIN
Created by: Beto
Comments: 1
Category: Chart
Type: Bug Report
0

Hi,

When creating a stacked bar chart in KendoUI 2020.3.915 I noticed the following rendering error:

In case one of the categories is much higher than the other, the x-axis will start at a value other than zero.
This behavior might be desired to zoom in on the exact values.

The issue here is that the steps on the x-axis might repeat multiple times for the same x-value.
(96%, 96%, 97%, 97%, 98%, 98%...)
This increases with a bigger difference between the chart values.

I created a example and it happens even in the latest version:

https://dojo.telerik.com/AVeVuZig

 

 

 

 

Unplanned
Last Updated: 04 Jun 2021 13:10 by ADMIN
Created by: Doug
Comments: 1
Category: Chart
Type: Feature Request
0
Hi, the attached screen shot was one from GeckoBoard.com which I am migrating from that has mock data in it. Like many people we are trying to migrate from the cost and rigidity of geckoboard.com into a custom solution, so there is a desire to do all that geckoboard.com but in Telerik.
There are a few bits that Telerik cant do at the moment, such as colour above the target line.

It would be nice to have a how-to section on migration and development.

Thanks

Doug

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

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: 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: 29 May 2024 07:17 by Kapil
Created by: BOARD LAB
Comments: 2
Category: Chart
Type: Feature Request
3

In the Kendo UI Chart Widget, if labels are too close to each other, they end up overlapping, making the labels unreadable (as visible in the attached screenshot), thus rendering the widget unusable.

It would be really useful to have implemented a feature similar to Smart Labels (included in the WPF version and also documented in the attached screenshot) 

 

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.
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

Declined
Last Updated: 26 May 2021 10:38 by ADMIN
Created by: yun
Comments: 3
Category: Chart
Type: Bug Report
0

When the data values โ€‹โ€‹are all negative, if you create a line graph using kendo chart function, Autoscale on the Y axis is not applied properly. Please check if there is any possible solution.

The two attached figures are normally auto scaled, but the charts that combine the two graphs are not auotoscale normal.

 

Chart1

 

Chart2

 

issue chart

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

Unplanned
Last Updated: 03 Feb 2020 11:35 by ADMIN

Hi,

As you can see in this dojo https://dojo.telerik.com/UTuPeMUw, there is a problem with the grid lines when I set the reverse property to true and the max property to 270 (the grid lines of angles 30, 60 and 90 are hidden).

Thank you