Skip to content

Instantly share code, notes, and snippets.

@anupamchugh
Last active June 8, 2022 05:21
Show Gist options
  • Save anupamchugh/8b5a0a308a2eabf0b73d87d294e6792f to your computer and use it in GitHub Desktop.
Save anupamchugh/8b5a0a308a2eabf0b73d87d294e6792f to your computer and use it in GitHub Desktop.
struct BarValues: Identifiable {
var name: String
var value: Double
var color: Color
var id : String {name}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment