selectAll(null) .data(d3.range(3))//this creates the array [0, 1, 2] .enter() .append("text")//3 text elements will be appended //etc.
確定! 回上一頁