Skip to content

Interface: ChordOptions

Defined in: charts/chord.ts:170

Properties

colors?

ts
optional colors?: PaletteSpec;

Defined in: charts/chord.ts:178

Palette cycled by group index. Defaults to CHORD_PALETTE.


labels?

ts
optional labels?: string[];

Defined in: charts/chord.ts:174

Optional group labels, placed just outside each arc.


matrix

ts
matrix: number[][];

Defined in: charts/chord.ts:172

Square flow matrix; matrix[i][j] is the flow from group i to group j.


name?

ts
optional name?: string;

Defined in: charts/chord.ts:181


opacity?

ts
optional opacity?: number;

Defined in: charts/chord.ts:180

Ribbon fill opacity, 0..1. Default 0.65.


radius?

ts
optional radius?: number;

Defined in: charts/chord.ts:176

Outer radius. Default 1.


renderType?

ts
optional renderType?: RenderType;

Defined in: charts/chord.ts:182

MIT licensed. WebGL2 required.