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

Display values outside of the piechart #743

Closed
smilydronavalli opened this issue Feb 8, 2016 · 3 comments
Closed

Display values outside of the piechart #743

smilydronavalli opened this issue Feb 8, 2016 · 3 comments

Comments

@smilydronavalli
Copy link

Hi,

It is not a issue.I want to know that whether it is possible or not.
r6n4k

is it possible to display like above image.

Please answer to my question.

Thanks in advance

@liuxuan30
Copy link
Member

I would say it's possible as long as you know how to customize it. Such stuff requires you to write some code to get what you want. The framework cannot satisify all features, right?

@danielgindi
Copy link
Collaborator

I actually wanted to implement this feature in the past but hadn't had the time. It requires writing an algorithm that will prevent clashes between labels.

@maryamfekri
Copy link

maryamfekri commented Apr 3, 2017

You can set value positions to outsideSlice :

        pieChartDataSet.yValuePosition = .outsideSlice
        pieChartDataSet.xValuePosition = .outsideSlice

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

4 participants