Interface: ChordLayoutOptions
Defined in: charts/chord.ts:38
Tunable geometry for chordLayout.
Properties
arcWidth?
ts
optional arcWidth?: number;Defined in: charts/chord.ts:44
Thickness of the outer arc as a fraction of radius. Default 0.06.
padAngle?
ts
optional padAngle?: number;Defined in: charts/chord.ts:42
Total angular gap (radians) split evenly between groups. Default 0.1·2π.
radius?
ts
optional radius?: number;Defined in: charts/chord.ts:40
Outer radius of the group arcs. Default 1.
samples?
ts
optional samples?: number;Defined in: charts/chord.ts:46
Points sampled along each connecting bezier edge of a ribbon. Default 24.