Areas
An area, defined by a bounding topline and baseline, as in an area chart.由边界顶线和基线定义的区域,如在面积图中。
- d3.area - create a new area generator.创建一个新的区域生成器。
- area - generate an area for the given dataset.为给定的数据集生成一个区域。
- area.x - set the x0 and x1 accessors.设置x0和x1访问器。
- area.x0 - set the baseline x accessor.设置基线x访问器。
- area.x1 - set the topline x accessor.设置背线x访问器。
- area.y - set the y0 and y1 accessors.设置y0和y1访问器。设置基线y访问器。
- area.y0 - set the baseline y accessor.设置基线y访问器。
- area.y1 - set the topline y accessor.设置背线y访问器。
- area.defined - set the defined accessor.设置已定义的访问器。
- area.curve - set the curve interpolator.设置曲线插值器。
- area.context - set the rendering context.设置渲染上下文。
- area.lineX0 - derive a line for the left edge of an area.导出区域左边缘的线。
- area.lineY0 - derive a line for the top edge of an area.导出区域顶部边缘的线。
- area.lineX1 - derive a line for the right edge of an area.导出区域右边缘的线。
- area.lineY1 - derive a line for the bottom edge of an area.导出区域底部边缘的线。
- d3.areaRadial - create a new radial area generator.创建一个新的径向面积生成器
- areaRadial - generate an area for the given dataset.为给定的数据集生成一个区域。
- areaRadial.angle - set the start and end angle accessors.设置开始和结束角度访问器。
- areaRadial.startAngle - set the start angle accessor.设置开始角度访问器。
- areaRadial.endAngle - set the end angle accessor.设置端点角度访问器。
- areaRadial.radius - set the inner and outer radius accessors.设置内外半径访问器。
- areaRadial.innerRadius - set the inner radius accessor.设置内半径访问器。
- areaRadial.outerRadius - set the outer radius accessor.设置外半径访问器。
- areaRadial.defined - set the defined accessor.设置已定义的访问器。
- areaRadial.curve - set the curve interpolator.设置曲线插值器。
- areaRadial.context - set the rendering context.设置渲染上下文。
- areaRadial.lineStartAngle - derive a line for the start edge of an area.为区域的起始边衍生一条线。
- areaRadial.lineInnerRadius - derive a line for the inner edge of an area.导出区域内边缘的线。
- areaRadial.lineEndAngle - derive a line for the end edge of an area.为区域的结束边缘衍生一条线。
- areaRadial.lineOuterRadius - derive a line for the outer edge of an area.导出区域外边缘的线。