const svg = d3.create("svg") .attr("viewBox", [0, 0, width, height]);. // Add the line. var path = svg.append("path") .attr("d", line(data)).
確定! 回上一頁