range ( [0, width]); //straight from your code var xAxis = d3.svg.axis () .scale (x) .orient ("bottom") .ticks (d3.time.months, 1) .tickFormat ( ...
確定! 回上一頁