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.
Variables configuration.
Variable id, unique identifier for this variable.
Variable value, used to access to corresponding datum value.
Min value.
Max value of linear scale.
Optionally group your data on a given property.
Explicitly specify available groups (only works with groupBy
).
'horizontal'
Chart layout.
'linear'
Curve interpolation.
'after'
Axes ticks position.
Chart width.
Chart height.
'Depends on device'
Adjust pixel ratio, useful for HiDPI screens.
Chart margin.