Pie Charts: make label go out of the circle #34
Closed
Comments
In fact, what should happen is that the labels should go either at the far left or at the far right. Then, if the rectangle doesn't touch the "pie middle point" (base point for the label) anymore, a line to it is drawn. |
(from [407]) [#34] cocoa: Made the legend labels in the pie charts go out of the circle when possible. |
(from [408]) [#34 state:fixed] qt: Made the legend labels in the pie charts go out of the circle when possible. |
(from [409]) [#34] qt: Fixed a bug causing legend lines to sometimes be drawn over other legends. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, the labels try to have their center at the edge of the circle. In fact, they should try to get out of the circle as much as possible so they don't hide the pie slices.
The text was updated successfully, but these errors were encountered: