You'll use D3 to add the chart inside the figure using a CSS selector. ... .data(pie(this.data)) .enter() .append('text') .text(d => d.data.
確定! 回上一頁