-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Please help me with the Pie Charts in Charts 3.0.1. #2016
Comments
I am also having the same issue....did u got any solution?? |
Yes, Chart 3.0 it has redesigned x axis. Please take a look at ChartsDemo for how to use pie chart. |
Can u please share the link of that... |
Don't you see it's in this repo already.. |
do anyone find out how to figure out this question? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to show legends in my Pie chart. All the web tutorials have used this line...
let data: PieChartData = PieChartData(xVals: xVals, dataSet: dataSet)
Whereas, in charts 3.0.1 there's no such thing as "xVals"
Is there anyone else who has face this challenge?
The text was updated successfully, but these errors were encountered: