selectAll("text") .data("dataset") .enter() .append("text") // Add your code below this line .attr("x", (d, i) => i * 30) .attr("y", ...
確定! 回上一頁