Charts icon indicating copy to clipboard operation
Charts copied to clipboard

Xcode 14 Issues

Open shuaishuaihenan opened this issue 3 years ago • 2 comments

RadarChartRenderer.Swift line :55 for case let set as RadarChartDataSetProtocol in radarData where set.isVisible { drawDataSet(context: context, dataSet: set, mostEntries: mostEntries) }

Referencing instance method 'makeIterator()' on 'Collection' requires the types 'IndexingIterator<ChartData>' and 'IndexingIterator<RadarChartData>' be equivalent

shuaishuaihenan avatar Sep 14 '22 03:09 shuaishuaihenan

Update to latest Charts. It will work.

asifhabib avatar Sep 14 '22 12:09 asifhabib

...and if not check out the conversation here:

https://github.com/danielgindi/Charts/issues/4903

EarthHeroOrg avatar Sep 14 '22 19:09 EarthHeroOrg

Closed due to being resolved with latest version already.

pmairoldi avatar Mar 21 '23 02:03 pmairoldi