area.y0()
  • References/JavaScript/D3.js/Shape

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

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

area.defined([defined]) If defined is specified, sets the defined accessor to the specified function or boolean

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

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

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

line.context([context]) If context is specified, sets the context and returns this line generator. If context

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

radialLine.curve([curve]) Equivalent to line

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

radialArea.angle([angle]) Equivalent to area

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

d3.curveLinear(context)

2025-01-10 15:47:30