25-6.links 链接

88 阅读1分钟

Links

A smooth cubic Bézier curve from a source to a target.从源到目标的平滑三次贝塞尔曲线。

  • d3.linkVertical - create a new vertical link generator.创建一个新的垂直链接生成器。
  • d3.linkHorizontal - create a new horizontal link generator.创建一个新的水平链接生成器。
  • link - generate a link.生成一个链接。
  • link.source - set the source accessor.设置源访问器。
  • link.target - set the target accessor.设定目标接入者。
  • link.x - set the point x-accessor.设置* x *接入点。
  • link.y - set the point y-accessor.以及 * y * -接入点
  • link.context - set the rendering context.设置渲染上下文
  • d3.linkRadial - create a new radial link generator.创建一个新的径向链接生成器。
  • linkRadial.angle - set the point angle accessor.设点 访问器。
  • linkRadial.radius - set the point radius accessor.设置点 半径 访问器。