new d3plus.TextBox() .data(d3.select("#text").data()) .fontSize(16) .width(200) .x(function(d, i) { return i * 250; }) .render();.
確定! 回上一頁