Chords (d3-chord)
- d3.chord - create a new chord layout.创建一个弦图层
- chord - compute the layout for the given matrix.使用给定矩阵生产图层
- chord.padAngle - set the padding between adjacent groups.设置相邻群组中间的间隔大小
- chord.sortGroups - define the group order.设置群组顺序
- chord.sortSubgroups - define the source and target order within groups.定义组内源与目标顺序
- chord.sortChords - define the chord order across groups.设置弦顺序
- d3.chordDirected - create a directed chord generator.创建一个有向弦生成器
- d3.chordTranspose - create a transposed chord generator.创建一个转置弦生成器
- d3.ribbon - create a ribbon shape generator.
- ribbon - generate a ribbon shape.生成丝带形
- ribbon.source - set the source accessor.
- ribbon.target - set the target accessor.
- ribbon.radius - set the ribbon source and target radius.
- ribbon.sourceRadius - set the ribbon source radius.
- ribbon.targetRadius - set the ribbon target radius.
- ribbon.startAngle - set the ribbon source or target start angle.
- ribbon.endAngle - set the ribbon source or target end angle.
- ribbon.padAngle - set the pad angle accessor.
- ribbon.context - set the render context.
- d3.ribbonArrow - create an arrow ribbon generator.
- ribbonArrow.headRadius - set the arrowhead radius accessor.