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
var colorScheme -
The observable state of the application
Declaration
Swift
private var appState -
The body of the
ViewDeclaration
Swift
var body: some View
View on GitHub