AppDevNext / AndroidChart

A fork from dead upstream with a lot of merged pull requests from upstream. Including Espresso tests and screenshot tests
Other
100 stars 16 forks source link

Pie Chart values overlap #106

Open Paget96 opened 1 year ago

Paget96 commented 1 year ago

As the title says, values are overlapping, and here is the fix, all you need to do is to see here

https://stackoverflow.com/questions/58475182/pie-chart-values-overlap-and-get-clipped-mpandroidchart

hannesa2 commented 1 year ago

In the stackoverflow issue a fix https://github.com/huzipiaopiao/MPAndroidChartFix is mentioned, is the output your solution ?

image

If yes, I could try to apply fixes in this repo

hannesa2 commented 3 months ago

Please see screenshots from https://github.com/AppDevNext/AndroidChart/pull/109#issuecomment-2106147391 I'm not sure if this is the desired layout.