Hi,
How do I prevent pie section labels from overlaping?
Thank your for help.
Pie chart overlaped labels
Hello Dave,
The PiePlot class contains the minimumArcAngleToDraw member field. Upto version 0.9.14, if a slice has angle less than the minimumArcAngleToDraw, it is left as blank in the chart. Thus this feature is totally useless to user.
Can you concatenate all small blank slices together as an OTHER slice in the end of the chart? I think you only need to modify the PiePlot.drawPie() method to concatenate the small slices and modify the legend info.
If this feature is implemented, then most font overlap issues can be solved.
Thanks a lot.
Jay Chiu
The PiePlot class contains the minimumArcAngleToDraw member field. Upto version 0.9.14, if a slice has angle less than the minimumArcAngleToDraw, it is left as blank in the chart. Thus this feature is totally useless to user.
Can you concatenate all small blank slices together as an OTHER slice in the end of the chart? I think you only need to modify the PiePlot.drawPie() method to concatenate the small slices and modify the legend info.
If this feature is implemented, then most font overlap issues can be solved.
Thanks a lot.
Jay Chiu