symbolType.draw()
  • References/JavaScript/D3.js/Shape

symbolType.draw(context, size) Renders this symbol type to the specified context with the specified size

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

radialArea.radius([radius]) Equivalent to area

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

curve.lineEnd() Indicates the end of the current line segment.

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

arc.innerRadius([radius]) If radius is specified, sets the inner radius to the specified function or number

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

radialArea.endAngle([angle]) Equivalent to area

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

radialArea.lineEndAngle() Returns a new radial

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

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

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

d3.line() Constructs a new line generator with the default settings.

2025-01-10 15:47:30