Unplanned
Last Updated: 17 May 2023 07:59 by ADMIN
Created by: Christopher
Comments: 6
Category: Charts
Type: Feature Request
10

In need a chart that has a shaded area between a max and min set of curves, indicating the allowable area

Like this one: https://demos.telerik.com/kendo-ui/range-area-charts/index

Planned
Last Updated: 04 May 2023 11:30 by Nicolai
Created by: Sylvain
Comments: 7
Category: Charts
Type: Feature Request
47

Hi,

I would like to be able to show / hide a serie by clicking to a legend.

Is there a way to do it actually ?

Unplanned
Last Updated: 19 Apr 2023 11:06 by ADMIN
Created by: Bert
Comments: 5
Category: Charts
Type: Feature Request
53
I would like to zoom on a particular part of the Chart.
Unplanned
Last Updated: 15 Mar 2023 13:27 by n/a
Created by: n/a
Comments: 0
Category: Charts
Type: Feature Request
1
Support for ObservableCollection - allow the Chart component to use ObservableCollection data.
Unplanned
Last Updated: 09 Mar 2023 15:24 by Matt
Created by: Matt
Comments: 0
Category: Charts
Type: Feature Request
1
I would like to get an event that fires when the user click in the plot area of the Chart. 
Unplanned
Last Updated: 06 Mar 2023 14:07 by Werdna
Created by: Werdna
Comments: 0
Category: Charts
Type: Feature Request
1

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.

Completed
Last Updated: 28 Feb 2023 15:54 by ADMIN
Release 4.1.0 (15/03/2023)

I would like to control the font of the Value axis labels in a similar fashion to the way I can control the labels of the category axis:

    <ChartCategoryAxes>
        <ChartCategoryAxis Categories="@xAxisItems">
            <ChartCategoryAxisLabels Font="bold 12px 'Helvetica'"></ChartCategoryAxisLabels>
        </ChartCategoryAxis>
    </ChartCategoryAxes>

*** Thread created by admin on customer behalf ***

Unplanned
Last Updated: 21 Feb 2023 07:15 by Ilan
Created by: Ilan
Comments: 0
Category: Charts
Type: Feature Request
1
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. 
Completed
Last Updated: 02 Jan 2023 15:03 by ADMIN
Release 2.0.0

If a chart is too narrow and x-axis labels overlap, the user can zoom out and refresh the charts to allow the labels to fit. This feature request is to allow the charts to reformat themselves as the zoom level is changed (without having to refresh the page). Steps to reproduce:

    • Make browser narrow (say half screen)
    • Change zoom to 500%
    • Go to https://demos.telerik.com/blazor-ui/chart/line-chart
    • See line chart is squished with overlapping x-axis labels
    • Zoom out to 100%
    • ­See line chart remains squished with overlapping x-axis labels even though there is a lot more room
    • Now refresh the page
    • See line chart is no longer squished with x-axis labels visible

Unplanned
Last Updated: 22 Dec 2022 14:26 by Tanner
Created by: Tanner
Comments: 0
Category: Charts
Type: Feature Request
1
I want to be able to set a border-radius to the plot area to round the edges. 
Unplanned
Last Updated: 06 Dec 2022 08:59 by Justin
Created by: Justin
Comments: 0
Category: Charts
Type: Feature Request
2

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.

Planned
Last Updated: 28 Nov 2022 11:24 by ADMIN
Created by: Oscar
Comments: 2
Category: Charts
Type: Feature Request
14
I would like to be able to click on the legend labels of a Chart. An event similar to the OnSeriesClick would be suitable.
Planned
Last Updated: 22 Nov 2022 12:32 by ADMIN
Created by: Fairoz
Comments: 2
Category: Charts
Type: Feature Request
24

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.

---

Unplanned
Last Updated: 22 Nov 2022 12:13 by ADMIN
Created by: Jesper
Comments: 4
Category: Charts
Type: Feature Request
6
I would like to customize the appearance of the Chart Legend
Unplanned
Last Updated: 04 Nov 2022 17:29 by ADMIN
Created by: Christopher
Comments: 2
Category: Charts
Type: Feature Request
3
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: 04 Nov 2022 17:25 by Christopher
Created by: Christopher
Comments: 0
Category: Charts
Type: Feature Request
1
Please add Funnel chart type such as the one available in Kendo.
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

Unplanned
Last Updated: 06 Oct 2022 09:07 by Sean
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.
1 2 3 4