.attr(“x”, function(d,i){ return xScale(i) + xScale.bandwidth() / 2; }) : This is the x-position of the label. We want the labels to be in the ...
確定! 回上一頁