Unplanned
Last Updated: 06 Mar 2023 14:07 by Werdna
Created by: Werdna
Comments: 0
Category: Charts
Type: Feature Request
3

Please see the links below to see examples of the scale break feature I'm looking for: Scale Breaks - ChartView - Telerik UI for WinForms.

https://docs.telerik.com/devtools/aspnet-ajax/controls/chart/features/scale-breaks

I know about Logarithmic Axis as well, but it's not exactly what I'm looking for.

Unplanned
Last Updated: 21 Feb 2023 07:15 by Ilan
Created by: Ilan
Comments: 0
Category: Charts
Type: Feature Request
2
I want to be able to specify and configure ErrorBars for the series like in Kendo UI for jQuery.
Unplanned
Last Updated: 13 Feb 2023 12:27 by Heiko
Created by: Heiko
Comments: 0
Category: Charts
Type: Feature Request
1
I would like to get an event that fires when the chart renders. 
Unplanned
Last Updated: 13 Feb 2023 12:26 by Heiko
Created by: Heiko
Comments: 0
Category: Charts
Type: Feature Request
1
I would like to be able to set default global options per series type with the SeriesDefault configuration. 
Unplanned
Last Updated: 22 Dec 2022 14:26 by Tanner
Created by: Tanner
Comments: 0
Category: Charts
Type: Feature Request
2
I want to be able to set a border-radius to the plot area to round the edges. 
Completed
Last Updated: 15 May 2024 15:17 by ADMIN
Release 2024 Q2 (May)
Created by: Justin
Comments: 1
Category: Charts
Type: Feature Request
3

Hello,

Please consider a built-in way to add spacing (gaps, margins, etc.) between the segments of a Donut and Pie charts. The <ChartSeries> tag has such parameters, but they are used for other settings or other series types.

Currently, it is possible to achieve the desired appearance with custom CSS, but that requires knowledge about the Chart rendering.

Unplanned
Last Updated: 04 Nov 2022 17:25 by Christopher
Created by: Christopher
Comments: 0
Category: Charts
Type: Feature Request
3
Please add Funnel chart type such as the one available in Kendo.
Unplanned
Last Updated: 04 Nov 2022 17:29 by ADMIN
Created by: Christopher
Comments: 2
Category: Charts
Type: Feature Request
8
This is a feature request....please add box and whisker plot & sankey charts to your blazor and/or asp.net core chart controls.
Unplanned
Last Updated: 20 Jun 2024 09:16 by ADMIN
I would like to customize the appearance of the Chart markers. For example, in a Scatter Chart, I want to set different markers than the ones supported in the ChartSeriesMarkersType enum.
Completed
Last Updated: 06 Oct 2022 09:18 by ADMIN
Created by: Sean
Comments: 1
Category: Charts
Type: Feature Request
1

Is it possible to use a different marker type other than the one provided by ChartSeriesMarkerType enum?

 

We would like to use a custom icon for some Scatter data but this doesn't seem to be supported out of the box. Please let us know if this is possible in the current framework, if not  - can it be added as a feature?

 

Thanks,

Sean

Duplicated
Last Updated: 09 Aug 2022 13:33 by ADMIN

See attached image. I want an option to change position on ticks, like in Kendo (see here).

I can't find an option in docs to move the axis position.

Currently, I get the desired result using SyncFusion Chart Component, attribute LabelPlacement allow selection between OnTicks and BetweenTicks option.

Unplanned
Last Updated: 08 Sep 2023 12:45 by Mark
Created by: Nikolas
Comments: 1
Category: Charts
Type: Feature Request
8

Hello,

Please allow us to distinguish which mouse button triggered the SeriesClick event.

Declined
Last Updated: 12 Jul 2022 08:13 by ADMIN
Created by: Brad
Comments: 1
Category: Charts
Type: Feature Request
1

Currently, scatter line plots do not support the stepped line style. This is something that would be hugely beneficial to us in our heavy utilization of scatter line plots with time series data.

Duplicated
Last Updated: 27 Jun 2022 12:06 by ADMIN
Created by: Brad
Comments: 1
Category: Charts
Type: Bug Report
3

The additional functionality of the stock chart (crosshairs, navigator)  fits our needs very well, but our data is not currency formatted. As far as we have found, we have not seen a way to remove currency as a default format. I'm not sure if this is a bug, or intended functionality; but it's preventing us from rolling charts with that extended functionality. 

Declined
Last Updated: 05 Jul 2022 16:09 by ADMIN
Created by: Brad
Comments: 5
Category: Charts
Type: Feature Request
3

It would be fantastic to be able to visualize boolean data on a time based chart. We have a lot of time series data, and a good bit of it is boolean. It would be very beneficial to be able to plot that data along side our numeric data to provide context to both. 

Example (blue/green bar at bottom of chart):

Warm storage now available in Azure Time Series Insights - Microsoft Tech  Community

Duplicated
Last Updated: 27 Jun 2022 15:15 by ADMIN
Created by: Brad
Comments: 1
Category: Charts
Type: Feature Request
4

I would love to see the ability to put "pins" or "markers" for events on a time based chart. A lot of the work I'm doing with charts revolves around IoT, so we see a lot of value based data that needs to be contextualized with events. 

Example:

Event Labeling in Charts- Possible? - Microsoft Power BI Community

Need More Info
Last Updated: 30 May 2022 12:25 by ADMIN

Can the dev team comment on any known reasons why Charts (I think both SVG and Canvas) might not display when a blazor page is rendered from an automation tool like Chromium, Puppeteer, etc.? (e.g., https://developers.google.com/web/tools/puppeteer).

I have a standard blazor page that I can manually from a standard Chrome window, and it works fine and the Telerik chart displays.

But the same page, when launched either headless or with a GUI browser window, from a tool like Chromium or Puppeteer (with javascript enabled of course), it seems like the DOM is never dynamically updated to include the chart.

Unplanned
Last Updated: 11 Jan 2024 14:30 by ADMIN
Created by: Alexander
Comments: 11
Category: Charts
Type: Feature Request
13
I'm looking for a way to change the hover colors of the chart. Please allow customization of the highlighted series item.
Unplanned
Last Updated: 04 Dec 2023 09:41 by Mark
Created by: Benjamin
Comments: 1
Category: Charts
Type: Feature Request
6
I would like to reverse the labels on the Value Axis
Completed
Last Updated: 27 Feb 2023 14:34 by ADMIN
Release 4.1.0 (15/03/2023)

I am trying to customize the format of the ChartCategoryAxisLabels to render the abbreviated name of the day of the week using the following format:

<ChartCategoryAxisLabels Format="ddd dd/MM HH:mm"/>

While it is a valid format, it seems that it doesn't work for the category labels.

---

ADMIN EDIT

---

For the time being, you can use the following to render the abbreviated name of the day of the week in the ChartCategoryAxisLabels:

<ChartCategoryAxisLabels Format="{0:EEE dd/MM HH:mm}"/>