pie.padAngle()
  • References/JavaScript/D3.js/Shape

pie.padAngle([angle]) If angle is specified, sets the pad angle to the specified function or number and returns

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

bundle.beta(beta) Returns a bundle curve with the specified beta in the range [0, 1], representing the bundle

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

area.y([y]) If y is specified, sets y0

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

d3.stackOrderNone(series) Returns the given series order [0, 1, … n - 1] where n is the number of elements

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

d3.stackOffsetNone(series, order) Applies a zero baseline.

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

radialArea.outerRadius([radius]) Equivalent to

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