-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
bugconfirmed bugs or otherwise incorrect behaviorconfirmed bugs or otherwise incorrect behavior
Description
i have found a bug,
when ever we enter 1f or less then 1f in the entries....it doesnt add color in the piechart,this issue is not only for my app..but the sample app is also having same issue,
entries.add(new PieEntry(1f, "Monday"));
entries.add(new PieEntry(1f,"Tuesday"));
entries.add(new PieEntry(1f,"Wednesday"));
setPieChart(entries);
I will get 3 entities but with no color,
Please fix this issue
vincent-paing and ifandroidvincent-paing
Metadata
Metadata
Assignees
Labels
bugconfirmed bugs or otherwise incorrect behaviorconfirmed bugs or otherwise incorrect behavior