svg.append(“g”) .attr(“transform”, “translate(0,” + (height - padding) + “)”) .call(xAxis);. const yAxis = d3.axisLeft(yScale);
確定! 回上一頁