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
.
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.