Skip to content

Interface: ChordRibbon

Defined in: charts/chord.ts:24

A laid-out ribbon between groups i and j as a closed ring of x/y.

Properties

i

ts
i: number;

Defined in: charts/chord.ts:25


j

ts
j: number;

Defined in: charts/chord.ts:26


x

ts
x: number[];

Defined in: charts/chord.ts:27


y

ts
y: number[];

Defined in: charts/chord.ts:28

MIT licensed. WebGL2 required.