You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, im using the latest version of the framework and xCode version: 10.0.
What did you do?
Im populating values into a pie chart.
What did you expect to happen?
I expected to be able to draw slices for every value in the dataSet, with applied sliceSpace and without them overlapping.
What happened instead?
In case some of the values are lower than (for example) 0.02% of the total value, no slices are drawn for them, no slice space is applied and they overlap. If the values don't have such huge difference everything is being displayed just fine.
Is there a way to fix this, or am i doing something wrong?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
StanislavGg
changed the title
Slices are not drawn and values are overlapping
Pie Chart - Slices are not drawn and values are overlapping
Oct 4, 2018
I have the same problem. Additionally I can't figure out a way to hide labels which are used to create PieChartDataEntry, this label is used in legends as well as the marking on the slice. I just want to show the Y axis value on the slice.
it's never easy when you have a very small value and you need to draw two labels around the same position. You can choose to hide small value anyway. But I don't have a good idea how to avoid overlap. Need your help if you can come up with any solutions and file a PR.
Hello, im using the latest version of the framework and xCode version: 10.0.
What did you do?
Im populating values into a pie chart.
What did you expect to happen?
I expected to be able to draw slices for every value in the dataSet, with applied sliceSpace and without them overlapping.
What happened instead?
In case some of the values are lower than (for example) 0.02% of the total value, no slices are drawn for them, no slice space is applied and they overlap. If the values don't have such huge difference everything is being displayed just fine.
Is there a way to fix this, or am i doing something wrong?
Thanks in advance.
The text was updated successfully, but these errors were encountered: