Skip to content

Instantly share code, notes, and snippets.

@muhammadabbas001
Last active December 23, 2023 17:36
Show Gist options
  • Save muhammadabbas001/5a5f4df941767ca9d6389a6cf049ac9f to your computer and use it in GitHub Desktop.
Save muhammadabbas001/5a5f4df941767ca9d6389a6cf049ac9f to your computer and use it in GitHub Desktop.
.foregroundStyle(item.type.color)
.interpolationMethod(.catmullRom)
.lineStyle(.init(lineWidth: 2))
.symbol {
Circle()
.fill(item.type.color)
.frame(width: 12, height: 12)
.offset(y: -15)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment