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

RadarChartData xVals cant use #1619

Closed
AnChiChang opened this issue Oct 7, 2016 · 2 comments
Closed

RadarChartData xVals cant use #1619

AnChiChang opened this issue Oct 7, 2016 · 2 comments

Comments

@AnChiChang
Copy link

Before update iOS chart to newest version, i can

let radarChartData = RadarChartData(xVals: dataPoints, dataSet: radarChartDataSet)

however, after upgrade, can't set xVals in RadarChartData, only

let radarChartData = RadarChartData(dataSet: radarChartDataSet)

How can I set xVals in newest version. I had searched many document, but can't find how to do that, thanks advise.

@liuxuan30
Copy link
Member

liuxuan30 commented Oct 8, 2016

If you are using Chart 3.0, please refer to the new APIs (#1474). It is breaking change for x values.

@leszarna
Copy link

leszarna commented Oct 9, 2017

I think people often go from google straight here. It would seem much better to answer ticket with 2 line example than to write answers like go to #1474. Most people doesn't use this library much, and searching some changelog is simply waste of time. It's not easy to find solution in 15 minutes for me so probably same for others.

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