To read a CSV file through D3, you can use the csv() function. ... d3.text("/path/to/file.txt").then(function(text) { // do something });.
確定! 回上一頁