A variation around the Chord component. Well suited for large data sets as it does not impact DOM tree depth, however you'll lose the isomorphic ability and transitions (for now).
The responsive alternative of this component is
ResponsiveChordCanvas.
The matrix used to compute the chord diagram.
Keys used to identify each cell in the matrix.
Optional value formatter.
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.
0Padding angle.
0.9Inner radius ratio.
0Inner radius offset (minus innerRadiusRatio).
Ref to the chart's container. Used on this page to generate/download the chart's image via html-to-image.