ParallelCoordinates

@nivo/parallel-coordinates

Parallel coordinates chart, supports continuous numerical variables and discrete values.

The responsive alternative of this component is ResponsiveParallelCoordinates, it also offers another implementation, see ParallelCoordinatesCanvas.

The @nivo/parallel-coordinates package also exposes a ParallelCoordinatesLayout component which can be used to build your very own chart. You can see how it's used to build the ParallelCoordinates component here.

Actions Logs
Start interacting with the chart to log actions
Base
object[] | Array[]required

Chart data.

stringoptionaldefault:'horizontal'

Chart layout.

stringoptionaldefault:'linear'
linear

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.

Variables
VariableSpec<Datum>[]required

Variables configuration.

temp (temp)
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.

cost (cost)
weight (weight)
volume (volume)
Style
Themeoptional

Define style for common elements such as labels, axes…

OrdinalColorScaleConfigoptionaldefault:{"scheme":"yellow_orange_red"}
Sequential: Yellow → Orange → Red

Define chart's colors.

numberoptionaldefault:2
px

Lines width.

numberoptionaldefault:0.35

Lines opacity.

Motion
booleanoptionaldefault:true
   

Enable/disable transitions.

string | objectoptionaldefault:'gentle'
gentle

Motion config for react-spring, either a preset or a custom configuration.

Accessibility
stringoptional

Main element role attribute.

stringoptional

Main element aria-label.

stringoptional

Main element aria-labelledby.

stringoptional

Main element aria-describedby.