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
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
Post a Comment