ParallelCoordinatesCanvas

@nivo/parallel-coordinatescanvas

A variation around the ParallelCoordinates component. Well suited for large data sets as it does not impact DOM tree depth, however you'll lose the isomorphic ability and transitions.

The responsive alternative of this component is ResponsiveParallelCoordinatesCanvas.

Actions Logs
Start interacting with the chart to log actions
Base
<Datum>[]required

Chart data.

Variable<Datum>[]required

Variables configuration.

width (width)
stringrequired

Variable id, unique identifier for this variable.

stringrequired

Variable value, used to access to corresponding datum value.

number | 'auto'optional
auto

Min value.

number | 'auto'optional
auto

Max value of linear scale.

height (height)
depth (depth)
weight (weight)
price (price)
stringoptional

Optionally group your data on a given property.

BaseGroup[]optional

Explicitly specify available groups (only works with groupBy).

stringoptionaldefault:'horizontal'

Chart layout.

stringoptionaldefault:'linear'
monotoneX

Curve interpolation.

stringoptionaldefault:'after'

Axes ticks position.

numberrequired

Chart width.

numberrequired

Chart height.

numberoptionaldefault:'Depends on device'

Adjust pixel ratio, useful for HiDPI screens.

supportsvgcanvas
objectoptional
px
px
px
px

Chart margin.

Style
Customization
Legends
Motion
Accessibility