d3.selectAll('circle') .attr('cx', function(d, i) { return i * 100; });. d is the joined data; i is the index of the element within the selection.
確定! 回上一頁