There is some misunderstanding here: you're confusing d3.csv, ... get the data d3.csv("data.csv", function(error, data) { if (error) throw error; ...
確定! 回上一頁