ChartView icon indicating copy to clipboard operation
ChartView copied to clipboard

Couldn't build ChartView package with Xcode 13.0 beta 5

Open sadia8288 opened this issue 4 years ago • 1 comments

Description

...../SourcePackages/checkouts/ChartView/Sources/SwiftUICharts/LineChart/LineChartView.swift:147:110: error: editor placeholder in source file LineChartView(data: [8,23,54,32,12,37,7,23,43], title: "Line chart", legend: "Basic", rateValue: <#Int?#>) ^ ..../SourcePackages/checkouts/ChartView/Sources/SwiftUICharts/LineChart/LineChartView.swift:149:226: error: editor placeholder in source file LineChartView(data: [282.502, 284.495, 283.51, 285.019, 285.197, 286.118, 288.737, 288.455, 289.391, 287.691, 285.878, 286.46, 286.252, 284.652, 284.129, 284.188], title: "Line chart", legend: "Basic", rateValue: <#Int?#>)

sadia8288 avatar Sep 16 '21 06:09 sadia8288

editor placeholder in source file LineChartView(data: [8,23,54,32,12,37,7,23,43], title: "Line chart", legend: "Basic", rateValue:

You need to replace rateValue with a real value: <#Int?#>

Kondamon avatar Sep 16 '21 21:09 Kondamon