tickFormat (formatPercent); var yGrid = d3.svg.axis() .scale(y) .orient("left") .ticks(5) .tickSize(-w, 0, 0) .tickFormat(""); var svg ...
確定! 回上一頁