It's mapping each value from the created range to an object, so d refers to each value from the range in turn. More specifically, d3.range(num) will create ...
確定! 回上一頁