Chord diagram displays the inter-relationships between data in a matrix.The data are arranged radially around a circle with the relationships between the data points typically drawn as arcs connecting the data. see d3-chord
Size of the parent element/component (passed by the Responsive hoc)
type: shape[object Object]
Additional sscss classes passed from parent
type: string
defaultValue: ''
Array of colors as hex color codes
type: arrayOf[object Object]
defaultValue: schemePaired
The nxn square matrix representing the directed flow amongst a network of n nodes see d3-chord
type: arrayOf[object Object]
defaultValue: []
Modifier to handle label info onMouseOver
type: func
defaultValue: d => d
Array of labels
type: arrayOf[object Object]
Margins for the chart
type: shape[object Object]
defaultValue: { top: 0, right: 0, bottom: 0, left: 0, }
Handler function to save the generated svg
type: func
defaultValue: () => {}
Handle visibility of labels on chord
type: bool
defaultValue: true
Handle visibility of tooltip
type: bool
defaultValue: true