Skip to content

Function: addParallelCoordinates()

ts
function addParallelCoordinates(plot, opts): ParallelHandle;

Defined in: charts/parallel.ts:105

Add a parallel-coordinates plot: each row as a Plot.addLine polyline (colored via colorBy ramp or a cycled palette), each axis as a vertical span guide, plus a dimension-name label at the top of every axis.

Parameters

ParameterType
plotPlot
optsParallelOptions

Returns

ParallelHandle

MIT licensed. WebGL2 required.