yunjianwu / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Pie-Chart: When having many small slices (7-10) the text of the previous slice gets overdrawn by the next slice when the slice is on the right side of the piechart #323

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a piechart with 10 slices
2. Use a big font
3. Print the values inside the slices (not neccessary, but shows the effect 
better)

What is the expected output? What do you see instead?
The text of the previous drawn slice get overdrawn by the body of the next 
slice.

What version of the product binary library are you using?
v1.1.0

Please provide any additional information below.
A possible solution would be to draw the chart in 2 passes. First pass draws 
only the slices. The second pass draws the labels and values.

Original issue reported on code.google.com by klabaute...@gmail.com on 28 Jun 2013 at 8:01

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 31 Oct 2013 at 8:26