Skip to content

Interface: ParallelOptions

Defined in: charts/parallel.ts:78

Properties

colorBy?

ts
optional colorBy?: number[];

Defined in: charts/parallel.ts:84

Optional per-row value mapped through a palette ramp for coloring.


colors?

ts
optional colors?: string[];

Defined in: charts/parallel.ts:86

Palette cycled by row index (or banded by colorBy). Defaults to PARALLEL_PALETTE.


dimensions

ts
dimensions: string[];

Defined in: charts/parallel.ts:80

One name per axis, left to right.


name?

ts
optional name?: string;

Defined in: charts/parallel.ts:91


opacity?

ts
optional opacity?: number;

Defined in: charts/parallel.ts:90

Line opacity, 0..1. Default 0.7.


renderType?

ts
optional renderType?: RenderType;

Defined in: charts/parallel.ts:92


rows

ts
rows: number[][];

Defined in: charts/parallel.ts:82

Data rows, each parallel to dimensions.


width?

ts
optional width?: number;

Defined in: charts/parallel.ts:88

Polyline width in px. Default 1.

MIT licensed. WebGL2 required.