innerRadius(0); //建立一個layout pie物件,無排序 var pie = d3.layout.pie() .sort(null) ; var g1 = svg.selectAll("g") .data(pie(dd)) .enter() ...
確定! 回上一頁