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

Inserting dataPoint "labels" in Radar Chart #2508

Closed
tiagoguy opened this issue Jun 8, 2017 · 1 comment
Closed

Inserting dataPoint "labels" in Radar Chart #2508

tiagoguy opened this issue Jun 8, 2017 · 1 comment

Comments

@tiagoguy
Copy link

tiagoguy commented Jun 8, 2017

Hello,

I've been struggling to place the "labels" (not sure that is what they're called) to each of the Radar Chart's axis in this new version of Charts. Formerly, I was able to do so by through the XVals parameter in RadarChartData (ie: radarChartData = RadarChartData(xVals: dataPoints, dataSet: radarChartDataset), where dataPoints is my string array); in this version, I would assume this could be done through the "data" section of RadarChartDataEntry(value: , data: ); however, upon placing my dataPoints in the aforementioned section, all I get is numbers from 0 up to the size of the array.

Thanks in advance.

@Rovel
Copy link

Rovel commented Jun 9, 2017

see #1840

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