... d3.select(".axis") .call(d3.svg.axis() .scale(x) .orient("bottom")); ``` --- # Axes ([d3-axis](https://github.com/d3/d3-axis/blob/master/README.md)) In ...
確定! 回上一頁