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.
Chart data.
'horizontal'
Chart layout.
'linear'
Curve interpolation.
'foreground'
Axes plan.
'after'
Axes ticks position.
Chart width.
Chart height.
'Depends on device'
Adjust pixel ratio, useful for HiDPI screens.
Chart margin.
Variables configuration.
Variable key, used to access to corresponding datum value.
Variable type, must be one of: 'linear', 'point'.
Min value of linear scale.
Max value of linear scale.
Define style for common elements such as labels, axes…
Define chart's colors.
2
Lines stroke width.
0.35
Lines opacity.
true
Enable/disable transitions.
'gentle'
Motion config for react-spring, either a preset or a custom configuration.