Skip to content
New issue

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

PieChart with value lines with very small values render values on top of each other #3613

Closed
luiseduardoglez opened this issue Aug 28, 2018 · 2 comments

Comments

@luiseduardoglez
Copy link

What did you do?

Created a pie chart with value lines to display de values outside the chart. Some of the values i'm getting now are very low (0.5%, 1.5%)

What did you expect to happen?

Draw a pie chart with values.

What happened instead?

The two values that are very low can't be understood as they render on top of each other. As it's visual i let you a screenshoot of how the chart renders

graph_issue

Charts Environment

Charts version/Branch/Commit Number: 3.1.1
Xcode version: 9.3.1
Swift version: 4.1
Platform(s) running Charts: iOS 11.3.1
macOS version running Xcode: macOS 10.13.3

Demo Project

Attached a demo project with my PieChart implementation that reproduces this #behavior
piechartdemo.zip

@liuxuan30
Copy link
Member

it seems unavoidable? just like bar chart values, similar value lead to similar position.

@AhmadOdeh93
Copy link

you solved it ?? i have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants