ChartViewV2Demo icon indicating copy to clipboard operation
ChartViewV2Demo copied to clipboard

BarChart example does not work on macOS 11

Open mikecsh opened this issue 4 years ago • 0 comments

CardView {
    ChartLabel("Title", type: .title)
    BarChart()
}
.data(chartData)
.style(ChartStyle(backgroundColor: .red, foregroundColor: .whiteBlack))

Error: Value of type 'some View'has no member 'style'

mikecsh avatar Oct 27 '20 10:10 mikecsh