let svg = d3.select(el).append('svg'). 4 .attr('width', props.width). 5 .attr('height', props.height);. 6. . 7. this.width = props.width;.
確定! 回上一頁