Skip to content

RadPieChartView not working with ig decimal values data for android #3

@ashishbhandari

Description

@ashishbhandari

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions