We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
First of thanks for the library.
The slice labels are overlapping if the slice values are too small. Here is a sample screenshot:
Is it possible to solve this?
Best
The text was updated successfully, but these errors were encountered:
It is easily reproducable in Example project by chaging the models in DoughnutDemo.swift to :
let models = [ PieSliceModel(value: 0.1, color: colors[0]), PieSliceModel(value: 0.2, color: colors[1]), PieSliceModel(value: 0.3, color: colors[2]), PieSliceModel(value: 99.4, color: colors[1]) ]
Sorry, something went wrong.
@i-schuetz I will try to fix. Any inputs will be appreciated. Where to check for intersections, suggestions etc.. :)
I created a pull request: #62
No branches or pull requests
Hello,
First of thanks for the library.
The slice labels are overlapping if the slice values are too small. Here is a sample screenshot:
Is it possible to solve this?
Best
The text was updated successfully, but these errors were encountered: