@vx/chord
Installation
npm install --save @vx/chord
Components
API
<Chord />
# Chord.children<func> required
# Chord.matrix<array> required
# Chord.padAngle<number>
# Chord.sortChords<func>
# Chord.sortGroups<func>
# Chord.sortSubgroups<func>
<Ribbon />
# Ribbon.children<func>
# Ribbon.chord<object> required
# Ribbon.className<string>
# Ribbon.endAngle<union(func|number)>
# Ribbon.radius<union(func|number)>
# Ribbon.source<func>
# Ribbon.startAngle<union(func|number)>
# Ribbon.target<func>