// Add the x Axis svg.append("g") .attr("transform", "translate(0," + (chart_height - margin["bottom"]) + ")") .call(d3.axisBottom(x) .ticks(5), ) .selectAll(" ...
確定! 回上一頁