android - Clicking on pie chart slice changes the next slice to white -


the problem when click on pie chart slice, next slice changes color white.

the following link shows example

enter image description here

mchart = (piechart) layout.findviewbyid(r.id.piechart); mchart.setdrawholeenabled(true); mchart.setholecolortransparent(true); mchart.settransparentcirclecolor(color.white); mchart.setholeradius(58f); mchart.settransparentcircleradius(61f); mchart.setdrawcentertext(true); mchart.setrotationangle(0); mchart.setrotationenabled(true); 

what's problem?


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -