Let's add more axes to the array and see what happens: d3.axisBottom().scale(x).tickSize(10, 5, 10), With .tickSize() we can make the minor ticks smaller.
確定! 回上一頁