attr("fill", function(d) { return "rgb(0, 0, " + (d * 10) + ")"; }); //Update all labels 更新label svg.selectAll("text") .data(dataset) .
確定! 回上一頁