selectAll('scatterplot') .data(yFemaleLE) .enter().append("text") //Add a text element .attr("y", function (d) { return y(d); }) .attr("x", function (d,i) ...
確定! 回上一頁