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
Hi,
I'm trying to use ios-charts to show some pie charts. Some of the values of the pie are zero and they seem to overlap one another. For example
Slices B and C, which have values 0, are completely indistinguishable. Is there some way to have such zero-valued labels not shown on the pie, while leaving them on the legend? I've found a way to achieve this by tweaking PieChartRenderer.swift, but I wondered If there's some better way.
Thank you very much for your work and for any help.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use ios-charts to show some pie charts. Some of the values of the pie are zero and they seem to overlap one another. For example
Slices B and C, which have values 0, are completely indistinguishable. Is there some way to have such zero-valued labels not shown on the pie, while leaving them on the legend? I've found a way to achieve this by tweaking PieChartRenderer.swift, but I wondered If there's some better way.
Thank you very much for your work and for any help.
The text was updated successfully, but these errors were encountered: