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.
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 for non-responsive component.
Chart default width for responsive component.
Chart height for non-responsive component.
Chart default height for responsive component.
Debounce width/height updates for responsive component.
A callback for when responsive component is resized.
'Depends on device'Adjust pixel ratio, useful for HiDPI screens.
Chart margin.
Ref to the chart's container. Used on this page to generate/download the chart's image via html-to-image.