Skip to content

Interface: ParallelLayoutResult

Defined in: charts/parallel.ts:32

The result of parallelLayout: axis metadata plus per-row polylines.

Properties

axes

ts
axes: ParallelAxis[];

Defined in: charts/parallel.ts:33


lines

ts
lines: ParallelLine[];

Defined in: charts/parallel.ts:34

MIT licensed. WebGL2 required.