radialArea.outerRadius()
  • References/JavaScript/D3.js/Shape

radialArea.outerRadius([radius]) Equivalent to

2025-01-10 15:47:30
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
d3.symbolStar
  • References/JavaScript/D3.js/Shape

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

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
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
stack.order()
  • References/JavaScript/D3.js/Shape

stack.order([order]) If order is specified, sets the order accessor to the specified function or array and

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

line.curve([curve]) If curve is specified, sets the curve

2025-01-10 15:47:30
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
symbol.type()
  • References/JavaScript/D3.js/Shape

symbol.type([type]) If type is specified, sets the symbol type to the specified function or symbol type and

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

arc.startAngle([angle]) If angle is specified, sets the start angle to the specified function or number and

2025-01-10 15:47:30