ParallelCoordinatesCanvas

@nivo/parallel-coordinatescanvas

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.

320 nodes
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[]optional
Variables configuration.
temp (linear)
optional
Variable key, used to access to corresponding datum value.
optional
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
optional
Define style for common elements such as labels, axes…
string | Function | string[]optionaldefault:{"scheme":"yellow_orange_red"}
yellow_orange_red
Defines color range.
numberoptionaldefault:2
px
Lines stroke width.
numberoptionaldefault:0.35
Lines opacity.
Motion
booleanoptionaldefault:true
Enable/disable transitions.
supportsvgcanvas
string | objectoptionaldefault:'gentle'
Motion config for react-spring, either a preset or a custom configuration.
supportsvgcanvas