You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: