vicanso / go-charts

A charts library for Golang
MIT License
216 stars 33 forks source link

fix: Label position of the pie chart #71

Closed euerla closed 7 months ago

euerla commented 7 months ago

In pie charts with a large number of direct labels on the chart, the positions are not always calculated correctly. There are often crossovers or overlaps. It has also been solved that the first and last element of the circle have the same color (see example 3 with 100 labels). pie_chart_example1 pie_chart_example2 pie_chart_example3