ChordDiagramView

struct ChordDiagramView : View

SwiftUI View for a chord diagram

  • The chord

    Declaration

    Swift

    let chord: ChordDefinition
  • Width of the chord diagram

    Declaration

    Swift

    var width: Double
  • The current color scheme

    Declaration

    Swift

    @Environment
    var colorScheme: ColorScheme { get }
  • Chord Display Options

    Declaration

    Swift

    @EnvironmentObject
    private var chordDisplayOptions: ChordDisplayOptions { get }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }