Promise.all([ d3.csv("example.csv"), d3.tsv("example.tsv") ]).then(function(data) { //do ... 該資料集以JSON 格式為主,因此我們使用 d3.json() 取得資料.
確定! 回上一頁