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
| Parameter | Type |
|---|---|
plot | Plot |
opts | ParallelOptions |