catmullRom.alpha()
  • References/JavaScript/D3.js/Shape

catmullRom.alpha(alpha) Returns a cubic Catmull–Rom curve with the specified alpha in the range [0, 1]. If

2025-01-10 15:47:30
d3.curveStepBefore()
  • References/JavaScript/D3.js/Shape

d3.curveStepBefore(context)

2025-01-10 15:47:30
radialArea()
  • References/JavaScript/D3.js/Shape

radialArea(data) Equivalent to area.

2025-01-10 15:47:30
area.x0()
  • References/JavaScript/D3.js/Shape

area.x0([x]) If x is specified, sets the x0 accessor to the specified function or number and returns this area

2025-01-10 15:47:30
arc.outerRadius()
  • References/JavaScript/D3.js/Shape

arc.outerRadius([radius]) If radius is specified, sets the outer radius to the specified function or number

2025-01-10 15:47:30
area()
  • References/JavaScript/D3.js/Shape

area(data) Generates an area for the given array of data. Depending on this area generator’s associated

2025-01-10 15:47:30
curve.point()
  • References/JavaScript/D3.js/Shape

curve.point(x, y) Indicates a new point in the current line segment with the given x- and y-values

2025-01-10 15:47:30
line.y()
  • References/JavaScript/D3.js/Shape

line.y([y]) If y is specified, sets the y accessor to the specified function or number and returns this line

2025-01-10 15:47:30
d3.symbolStar
  • References/JavaScript/D3.js/Shape

d3.symbolStar The pentagonal star (pentagram) symbol type.

2025-01-10 15:47:30
arc.cornerRadius()
  • References/JavaScript/D3.js/Shape

arc.cornerRadius([radius]) If radius is specified, sets the corner radius to the specified function or number

2025-01-10 15:47:30