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

pie.sortValues([compare]) If compare is specified, sets the value comparator to the specified function and

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

arc.centroid(arguments…) Computes the midpoint [x, y] of the center line of the arc that would be

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

arc(arguments…) Generates an arc for the given arguments. The arguments are arbitrary; they are simply propagated

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

arc.padRadius([radius]) If radius is specified, sets the pad radius to the specified function or number and

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

pie(data[, arguments…]) Generates a pie for the given array of data, returning an array of objects representing

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

radialArea.context([context]) Equivalent to

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

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

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

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

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

radialLine.curve([curve]) Equivalent to line

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

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

2025-01-10 15:47:30