目录
目录README.md

ChartsUI

PieChart

Usage

Donut chart

Start by creating your DataPoints and DataSet

let dataPoints: [PieChartDataPoint] = [PieChartDataPoint(value: 15, color: .blue)]
let dataSet: PieChartDataSet = PieChartDataSet(dataPoints: dataPoints)

Then add a PieChartView to your view hierarchy

var body: some View {
  PieChartView(dataSet: dataSet)
}
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号