Skip to content

Instantly share code, notes, and snippets.

@ilamanov
Created April 25, 2021 04:42
Show Gist options
  • Save ilamanov/e564447400e8d2694f672da82e54738f to your computer and use it in GitHub Desktop.
Save ilamanov/e564447400e8d2694f672da82e54738f to your computer and use it in GitHub Desktop.
Creating SwiftPieChart: testing slice
struct PieSliceView_Previews: PreviewProvider {
static var previews: some View {
PieSliceView(pieSliceData: PieSliceData(
startAngle: Angle(degrees: 0.0),
endAngle: Angle(degrees: 220.0),
color: Color.black))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment