Completed
Last Updated: 10 May 2022 17:33 by ADMIN
Release 3.3.0
Created by: Nadezhda
Comments: 2
Category: Charts
Type: Feature Request
2

Expose colored ranges (Plot Bands) to allow highlighting certain areas in the chart plot area - similar to https://demos.telerik.com/kendo-ui/bar-charts/plotbands.

---

ADMIN EDIT

---

This feature will allow you to define certain color ranges in the plot area. If you are looking for ability to color the whole plot area in alternating way, you may check this feature request - Is it possible to change the plot area background color in an alternating way.

Duplicated
Last Updated: 16 Mar 2022 11:44 by ADMIN
Created by: Chris1108
Comments: 0
Category: Charts
Type: Feature Request
18

Is there any plan to add an Org Chart as a control?

For reference - Kendo jQuery Org Chart.

The Org Chart should display the reports to / is a manager of relation (1:0,m) between employees and/or managers graphically.

Unplanned
Last Updated: 03 Jan 2022 14:55 by ADMIN
Created by: Andrew
Comments: 1
Category: Charts
Type: Feature Request
1
The current version of the tooltip template context contains the information for the series color, but a particular data point might have a different color. Exposing such an option will allow better customization of the tooltip.
Duplicated
Last Updated: 07 Jul 2023 07:29 by ADMIN
Created by: Andrew
Comments: 2
Category: Charts
Type: Feature Request
7

How do I stop a column chart generating over the hover-over effect?

The property exists in the Kendo Chart.

Unplanned
Last Updated: 08 Dec 2021 10:12 by ADMIN
Cannot remove the last series of a dynamically created chart
Unplanned
Last Updated: 22 Nov 2022 12:13 by ADMIN
Created by: Jesper
Comments: 4
Category: Charts
Type: Feature Request
12
I would like to customize the appearance of the Chart Legend
Unplanned
Last Updated: 06 Oct 2021 19:09 by ADMIN
Created by: Nikolas
Comments: 0
Category: Charts
Type: Feature Request
2

I would like a polar area chart.

Instead of

I want to have circular lines:

Unplanned
Last Updated: 05 Oct 2021 11:23 by ADMIN
The Chart does not render correctly when Stack100 is applied to the Series and it has only one value per series. When the value for the first series is greater than the value for the second series the rendering does not start from 0% to 100%, but from a percentage above 0%.
Unplanned
Last Updated: 07 Jan 2022 21:18 by Edward
Created by: Emil
Comments: 1
Category: Charts
Type: Feature Request
5
I would like to control the font of the value axis labels.
Declined
Last Updated: 28 Aug 2021 10:00 by ADMIN
Created by: Annabel
Comments: 1
Category: Charts
Type: Bug Report
1

I have a line chart I am using to plot two related series of data. When these two series have the same values, or very similar values, the series that is second in the render order completely covers up the first line. This makes it look like the first line isn't being rendered, and makes it impossible to access the tooltips for the first series. I need a way to disambiguate overlapping data.

 

Thank you

Unplanned
Last Updated: 25 Aug 2021 12:45 by ADMIN
I have 4 Radial Gauges and when I try to create a pdf with Kendo Drawing I am getting the following error: 

jQuery.Deferred exception: Cannot read property 'bbox' of undefined TypeError: Cannot read property 'bbox' of undefined.
Unplanned
Last Updated: 24 Aug 2021 14:59 by ADMIN
Created by: Kyle
Comments: 0
Category: Charts
Type: Feature Request
2
Expose Panes Functionality from the Chart Engine
Completed
Last Updated: 05 Aug 2021 15:03 by ADMIN
Created by: Bill Wolff
Comments: 1
Category: Charts
Type: Feature Request
0
I tried to add the OnSeriesClick to the chart definition and it allows this. When I click a bubble item, args is empty. Should this be supported? The user wants a bubble click to navigate to another page?
Duplicated
Last Updated: 29 Sep 2021 05:51 by ADMIN
Created by: Oleg
Comments: 2
Category: Charts
Type: Feature Request
2

It would be nice to be able to use Html markup in the ChartCategoryAxisLabel. 

I can see in the documentation that it currently doesn't support this. I am curious if it is possible. Thank you.

Unplanned
Last Updated: 17 Oct 2023 15:35 by Mark
Created by: Lee
Comments: 1
Category: Charts
Type: Feature Request
16
Are there border settings in the Chart?
Completed
Last Updated: 04 Aug 2023 14:04 by ADMIN
Release 4.5.0 (08/30/2023) (R3 PI2)
Created by: Lee
Comments: 2
Category: Charts
Type: Feature Request
7
How to create a waterfall chart?
Unplanned
Last Updated: 10 Feb 2022 17:38 by ADMIN

Is it possible to change plot area background color on charts so that every second line is a different color.

I have attached a image with the background color look.

---

ADMIN EDIT

The current request targets the ability to color the whole plot area in alternating way. If you need to only color a certain range of the plot area, you may take a look at the Plot bands feature request.

While the most common use case is to alter the background color based on the major plot area units, we'd like to gather your feedback on how you'd expect the feature to behave - allow color altering on major units, minor units or custom steps.

---

Unplanned
Last Updated: 27 Mar 2022 09:05 by Andrew

---

ADMIN EDIT

Screen recording attached below, code to reproduce  it too.

---

Duplicated
Last Updated: 23 Apr 2021 13:27 by ADMIN
Created by: Roy
Comments: 3
Category: Charts
Type: Feature Request
2
I would like to use a fan curve chart in my Blazor application
Completed
Last Updated: 22 Dec 2023 09:43 by ADMIN
Release 5.0.0 (15 Nov 2023) (R1 PI1)
Created by: Fairoz
Comments: 13
Category: Charts
Type: Feature Request
32

I want horizontal and vertical lines in the chart to act as markers (limits, thresholds). It would be awesome if there was a way to simply draw a horizontal and vertical lines, bound to a collection of y and x data respectively.

Something like the below would be nice 

    <TelerikChart>
        <ChartSeriesItems>
            <ChartSeries Type="@ChartSeriesType.Line" Name="@P_Name1" Color="blue"
                         Data="@P_Data1"
                         Field="@P_Field1"
                         CategoryField="@P_CategoryField1">
                <ChartSeriesLabels Visible="true" Template="#=dataItem.P_Description#" />
                <ChartSeriesMarkers Size="4" />
            </ChartSeries>
            <ChartHorizontalLines Data="@YLinesData"/>
            <ChartVerticalLines Data="@XLinesData"/>
        </ChartSeriesItems>
</TelerikChart>

@code{

List<double> YLinesData, XLinesData;

}

---

ADMIN EDIT

You can find some more details and ideas for workarounds here to consider in the meantime.

---