(async () => { const file = d3.csvParse( await FileAttachment("category-brands.csv").text(), d3.autoType ); data = file; console.log(data); } ...
確定! 回上一頁