// 在body下建立一個空白的svg標籤。 var svg = d3.select("body").append("svg") .attr("width", 400) .attr("height", 100); // 將圓的屬性與Data ...
確定! 回上一頁