Pie charts use inconsistent color application when data collections include
zero(s). The solution is to not attempt to generate wedges for zero data.
Solution: (Around Line 1723)
if(startAngle!=endAngle){
this.context.arc(anchorX, anchorY, radius, startAngle, endAngle, false);
};
Original issue reported on code.google.com by daryn...@gmail.com on 2 Aug 2010 at 3:26
Original issue reported on code.google.com by
daryn...@gmail.com
on 2 Aug 2010 at 3:26