Completed
Last Updated: 03 Jul 2019 11:21 by ADMIN
Release R3 2019 (LIB 2019.2.708)
Kim
Created on: 13 Jun 2019 13:30
Category: ChartView
Type: Bug Report
1
RadChartView: exception when adding PieDataPoint with 0 value

Use attached to reproduce. 

Workaround:

series.DataPoints.Add(new PieDataPoint(0.01, "Germany"));
series.DataPoints.Add(new PieDataPoint(0.01, "United States"));

 

Attached Files:
2 comments
ADMIN
Dimitar
Posted on: 14 Jun 2019 11:39
Hello Kim,

Thank you for your feedback, we will consider it when fixing this issue. 

Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Kim
Posted on: 14 Jun 2019 02:29
If both values ​​are all 0, we need to find a way to show the chart. I think It is good to show nothing.