Unplanned
Last Updated: 06 Jun 2022 09:23 by Andreas
Created by: Andreas
Comments: 0
Category: Chart
Type: Feature Request
1
Currently, the borders of the series can be modified for all sides. It would be useful if you can configure the different borders in a different way. For example, applying different color or width for a specific border. 
Unplanned
Last Updated: 23 Nov 2022 12:24 by ADMIN
Created by: Taki Xaftellis
Comments: 1
Category: Chart
Type: Feature Request
1

The date aggregation has ChartSeriesAggregate.First however it would be useful to also have ChartSeriesAggregate.Last iei aggregating share price.

Is there currently anyway to implement?

 

 @(Html.Kendo().Chart(Model)
        .Name("chart")
        .Series(series =>
            {
                series
                    .Column(model => model.Value, categoryExpression: model => model.Date)
                .Aggregate(ChartSeriesAggregate.Avg);
        })
        .CategoryAxis(axis => axis
            .Date()
            .BaseUnit(ChartAxisBaseUnit.Weeks)
            .MajorGridLines(lines => lines.Visible(false))
        )
        .ValueAxis(axis => axis
            .Numeric()
            .Line(line => line.Visible(false))
        )
    )
Unplanned
Last Updated: 21 Apr 2023 06:43 by Garðar
Make series of a Chart markers clickable when the CategoryAxis Select configuration is set
Unplanned
Last Updated: 12 Feb 2024 07:05 by Pantulu
Created by: Pantulu
Comments: 0
Category: Chart
Type: Feature Request
1
Add an option for creating 3D charts within the Kendo UI for ASP.NET MVC and for ASP.NET Core.
Unplanned
Last Updated: 23 Jul 2021 13:32 by ADMIN
Created by: Brandon
Comments: 0
Category: Chart
Type: Feature Request
0
Add an option to sort (ascending/descending) the Chart's legend.