selectAll("text") .data(circleData) .enter() .append("text"); //Add the text attributes var textLabels = text .attr("x", function(d) { return d.cx; }) ...
確定! 回上一頁