<script src="https://d3js.org/d3.v3.js"></script> <script ... d3.select(".axis") .call(d3.svg.axis() .scale(x) .orient("bottom")); ...
確定! 回上一頁