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

area.lineX1() Returns a new line generator that has this area generator’s

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

d3.symbolWye The Y-shape symbol type.

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

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

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

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

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

d3.curveLinearClosed(context)

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