Relative Content

Tag Archive for c#.netasp.net-mvckendo-asp.net-mvckendo-chart

Kendo Chart Not Displaying Data in ASP.NET MVC 5 application

I am working on an ASP.NET MVC 5 application and I’m trying to display a Kendo line chart. The chart should plot month and year on the x-axis and compliance percentage on the y-axis, with a line series representing the compliance percentage for each adjudicator.

Kendo Chart Not Displaying Data in ASP.NET MVC5 Application

I am working on an ASP.NET MVC5 application and I’m trying to display a Kendo line chart. The chart should plot month and year on the x-axis and compliance percentage on the y-axis, with a line series representing the compliance percentage for each adjudicator. However, the chart is not rendering any data, and it’s appearing blank.