var xAxis = d3.svg.axis() .scale(xScale) .orient("bottom") .ticks(3) // Hint: use fewer ticks! .tickFormat(d3.format("$,d"));.
確定! 回上一頁