HackPlan / AndroidCharts

An easy-to-use Android charts library with animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pie Chart will not draw a cycle

liupeng826 opened this issue · comments

Pie Chart will not draw a cycle if only set 2 value
pieHelperArrayList.add(new PieHelper(4));
pieHelperArrayList.add(new PieHelper(6));
why?