Skip to content

Interface: ParallelAxis

Defined in: charts/parallel.ts:17

A laid-out axis: its dimension name, x position, and observed value range.

Properties

dim

ts
dim: string;

Defined in: charts/parallel.ts:18


max

ts
max: number;

Defined in: charts/parallel.ts:21


min

ts
min: number;

Defined in: charts/parallel.ts:20


x

ts
x: number;

Defined in: charts/parallel.ts:19

MIT licensed. WebGL2 required.