let xScale = d3.scaleLinear().domain([0, 1]).range([0, this.props.width])... let yScale = d3.scaleLinear().domain([0, 1]).range([0, this.props.height])...
確定! 回上一頁