This worked for me in terms of selecting columns: d3.csv("data.csv", function(error, data) { color.domain(d3.keys(data[0]).filter(function(key) { return key ...
確定! 回上一頁