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
Array<object | Array>required

Chart data.

stringoptionaldefault:'horizontal'

Chart layout.

stringoptionaldefault:'linear'
linear

Curve interpolation.

stringoptionaldefault:'foreground'

Axes plan.

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
object[]required

Variables configuration.

temp (linear)
stringrequired

Variable key, used to access to corresponding datum value.

'linear' | 'point'required

Variable type, must be one of: 'linear', 'point'.

number | 'auto'optional
auto

Min value of linear scale.

number | 'auto'optional
auto

Max value of linear scale.

cost (linear)
color (point)
target (point)
volume (linear)
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 stroke width.

numberoptionaldefault:0.35

Lines opacity.

Motion
booleanoptionaldefault:true
   

Enable/disable transitions.

supportsvgcanvas
string | objectoptionaldefault:'gentle'
gentle

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

supportsvgcanvas