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
Pie Chart can't show one part background color in PieChartActivity.
Add data such as
entries.add(new PieEntry((float) 2, "Part A"));
entries.add(new PieEntry((float) 6, "Part B"));
entries.add(new PieEntry((float) 1, "Part C"));
"Part C" can't show background color,but click it can show color