Unplanned
Last Updated: 27 Sep 2019 06:41 by ADMIN
Created by: Datafyer
Comments: 0
Category: Charts
Type: Feature Request
12

I have a page where I am displaying a chart and associated data in a grid below.

Being able to range select in the chart like in the asp.net core link below would offer a much better user experience.
That way the selected range could be specifically targeted in the grid data below the chart.

https://demos.telerik.com/aspnet-core/chart-api/selection

Completed
Last Updated: 25 Sep 2019 08:37 by ADMIN
Release 2.1.0
Created by: Mark Stevens
Comments: 2
Category: Charts
Type: Feature Request
1
Do you have any timelines for adding additional chart types to bring your charting functionality in line with your other platforms (ASP.NET Core charts for instance) I'm using scatter/bubble and have to use competitors charts to reproduce this functionality.
Completed
Last Updated: 25 Sep 2019 08:36 by ADMIN
Release 2.1.0
Created by: Bill
Comments: 0
Category: Charts
Type: Feature Request
5
Please add the capability to provide XY scatter chart data plots into the Charts toolset.
Declined
Last Updated: 19 Aug 2019 04:37 by ADMIN
Created by: Valid Development Factory
Comments: 2
Category: Charts
Type: Bug Report
1

Hi,

We tried making the name property of our TelerikChartSeries dynamic by binding it to a string value. This however seems to completely crash startup, the browser tab freezes and the console doesn't show any errors. If we just put in a simple string in the Name property the application runs without a problem.

<TelerikChartSeries Type="ChartSeriesType.Column" Name="@Team1Name" Data="@Results" Field="@nameof(ChartViewModel.Team1Score)" CategoryField="@nameof(ChartViewModel.CategoryName)">
    <TelerikChartSeriesLabels Visible="true" />
</TelerikChartSeries>

As you can see in this example we're binding the Name property to Team1Name which can be changed whenever another team is selected from a dropdownlist.

Thank you in advance.

Unplanned
Last Updated: 09 Aug 2019 05:14 by ADMIN
Created by: Mark Stevens
Comments: 0
Category: Charts
Type: Feature Request
27
1 2 3 4 5 6