You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: