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 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.
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.
The text was updated successfully, but these errors were encountered: