Components Interactions Examples Tutorials API FAQ
Options
Menu

Interface Chord

Type parameters

  • Link

  • Node

Hierarchy

  • Chord

Callable

  • __call(d: Link, i: number): string

Index

Methods

endAngle

  • endAngle(): function
  • endAngle(angle: number): Chord<Link, Node>
  • endAngle(angle: function): Chord<Link, Node>

radius

  • radius(): function
  • radius(radius: number): Chord<Link, Node>
  • radius(radius: function): Chord<Link, Node>

source

  • source(): function
  • source(source: Node): Chord<Link, Node>
  • source(source: function): Chord<Link, Node>

startAngle

  • startAngle(): function
  • startAngle(angle: number): Chord<Link, Node>
  • startAngle(angle: function): Chord<Link, Node>

target

  • target(): function
  • target(target: Node): Chord<Link, Node>
  • target(target: function): Chord<Link, Node>

Generated using TypeDoc