Completed
Last Updated: 23 Jan 2020 11:29 by ADMIN
Extend the chart notes functionality to accept an image or any styled element, or a new type of data annotation where an element can 
be placed on the chart at a specific X and Y value
Completed
Last Updated: 24 Jan 2020 16:28 by ADMIN
Created by: Kasim
Comments: 1
Category: Chart
Type: Feature Request
3
Would like to have automatic text wrapping enabled feature as was available in obsolete charts in the HtmlChart control as well.

https://docs.telerik.com/devtools/aspnet-ajax/controls/chart/features/automatic-text-wrapping#automatic-text-wrapping
Completed
Last Updated: 22 Jan 2020 11:25 by ADMIN
Created by: Tieson
Comments: 1
Category: Chart
Type: Feature Request
2
Per http://www.telerik.com/forums/auto-rotate-category-labels:

Having the option of enabling automatic rotation of category-axis labels when they would otherwise overlay would be very useful.

If this is unfeasible, an acceptable compromise would be adding a client-side function that could be called to change the rotation of a rendered chart.
Completed
Last Updated: 24 Jan 2020 15:25 by ADMIN
In the current version the legends for charts containing groups and series has a flat list of the series for each group. This is unreadable and toggling is not of any use.

The suggested improvement is a legend containing groups (e.g.) sex and series (e.g. age 0-19, 29-39 etc). Toggling of groups should be provided. Toggling of series would also be useful, but less important than toggling groups.
Completed
Last Updated: 24 Jan 2020 16:40 by ADMIN

-- Problem:  Consider a datasource where at least two date fields span a large time frame.  We can build a chart that aggregates that data by small units (categoryAxis.baseUnits) such as 'days' or 'months'.  That chart however contains many empty data points and the 'real' data is difficult to locate on the chart.  This often requires zooming in and out many times to view the data one is looking for.  However, it is still very valuable to be able to group by day or month, and to view this data in one succinct image.

-- Demo: The best way to experience this is to use the following Demo

https://dojo.telerik.com/eCILAMOB

This dojo is from the 'Date axis' chart demo on the demos.telerik.com site under Kendo UI for JQuery.  Edit the example.  There are 17 values in the datasource.  Change the year on the last value to '2019'.  All current values have dates between 2011-2012.



-- Required Chart Setup: Create a chart utilizing the following chart options

series.aggregate = 'avg'

categoryAxis.baseUnit = 'days'

dataSource with fields that contain at least one large date span



-- Suggestion

Add option to hide date aggregates chart points where no data exists within the datasource.

 

-- Image


Completed
Last Updated: 24 Jan 2020 15:52 by ADMIN
Created by: Jim
Comments: 1
Category: Chart
Type: Feature Request
2
I use it to upload a chart, I'd like to prevent showing the uploaded chart in the browser.  Prefer to just upload and then get control back and let my app decided what to do next.
Completed
Last Updated: 14 Feb 2020 14:27 by ADMIN
Created by: kako
Comments: 1
Category: Chart
Type: Feature Request
2
I want the chart rendered with svg to be able to pan and zoom on a touch device.
Completed
Last Updated: 24 Jan 2020 15:42 by ADMIN
Created by: David Apelt
Comments: 2
Category: Chart
Type: Feature Request
1
As per http://www.kendoui.com/forums/dataviz/chart/scatter-chart-with-different-point-colors.aspx  your ScatterLine really needs the ability to set the color of the lines between the points.  It seems like an oversight that just needs to be fixed.

Completed
Last Updated: 12 Feb 2020 11:59 by ADMIN
The only series.highlight option that seems to be supported by "column" charts is highlight.visible.

The other options, such as border and color should be supported.
Completed
Last Updated: 24 Jan 2020 16:40 by ADMIN
Currently, Category Axis Label Rotation will only rotate around the center of the label.  When labels are long, they do not align well with the chart (e.g. column chart).  See the following forum post for more info:
http://www.telerik.com/forums/categoryaxis-label-rotation---align-with-column-chart
Completed
Last Updated: 22 Jan 2020 14:35 by ADMIN
Created by: David
Comments: 1
Category: Chart
Type: Feature Request
1
It would be very useful to have only some series of a kendo chart be stacked. For instance, to have series 1, 2, and 3 to be stacked with each other, but series 4 to not be stacked.
Completed
Last Updated: 24 Jan 2020 15:57 by ADMIN
Created by: Imported User
Comments: 1
Category: Chart
Type: Feature Request
1
The bar chart I got is drawn form the values which are normalized. I have 7 bar charts which are drawn by looping a csv file and all the values are normalized. When I hover mouse on the bar, I want to see actual values not the normalized. So I need to include a variable in tooltip object of CSS part. But it is not working, please make something regarding this.
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.
Completed
Last Updated: 23 Jan 2020 09:00 by ADMIN
pie
Created by: Hichem
Comments: 1
Category: Chart
Type: Feature Request
1
pie
Possibility to have half top, half bottom, half left, half right, quarter top left, quarter top right, quarter bottom left, quarter bottom right in additiont to circle and donut chart. Please add an option to be able to shape the Pie or Donut accordingly
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] 

Completed
Last Updated: 11 Feb 2020 11:08 by ADMIN

The out of the box legend does not offer the ability to split its items and to show them as labels over the series (graphs).

 

Extract my attached zip file and look at the MSWord document which shows you where I would like to position the 2 legends.

Completed
Last Updated: 22 Jan 2020 08:17 by ADMIN
Created by: Petko
Comments: 3
Category: Chart
Type: Feature Request
0
Hello, I am trying to implement https://docs.telerik.com/kendo-ui/controls/charts/overview scatter chart with multiple axes. How do I specify the series-data attribute to be [columnName, elementVal] Attached is a picture of the excel table I'm trying to reproduce. 
1 2