This repository was archived by the owner on Jun 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 288
This repository was archived by the owner on Jun 9, 2026. It is now read-only.
RadPieChartView not working with ig decimal values data for android #3
Open
Description
I am passing data like 👍
monthResults = new ArrayList();
monthResults.add(new MonthResult("Jan", new BigDecimal(3208.07)));
monthResults.add(new MonthResult("Feb", new BigDecimal(0)));
monthResults.add(new MonthResult("Mar", new BigDecimal(556)));
monthResults.add(new MonthResult("Apr", new BigDecimal(88830)));
monthResults.add(new MonthResult("May", new BigDecimal(25907204)));
monthResults.add(new MonthResult("June", new BigDecimal(0)));
monthResults.add(new MonthResult("July", new BigDecimal(14740)));
lines not showing correctly. its coming out of the pie circle
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.