https://github.com/d3/d3/blob/master/API.md#axes-d3-axis
方法 | 描述 |
---|---|
d3.axisTop | 创建指向上方的坐标轴 |
d3.axisRight | 创建指向右方的坐标轴 |
d3.axisBottom | 创建指向下方的坐标轴 |
d3.axisLeft | 创建指向左方的坐标轴 |
axis | 从当前选取创建坐标轴 |
axis.scale | 设置刻度 |
axis.ticks | 设置刻度标签 |
axis.tickArguments | 设置刻度标签 |
axis.tickValues | 设置刻度的值 |
axis.tickFormat | 设置刻度的格式 |
axis.tickSize | 设置刻度的大小 |
axis.tickSizeInner | set the size of inner ticks. |
axis.tickSizeOuter | set the size of outer (extent) ticks. |
axis.tickPadding | 设置刻度标签和轴标签 |