var xScale = d3.scaleLinear().domain([0, maxDist]).range([0, chartWidth]). We map the data extent to the full chartWidth . If you mapped it to the ...
確定! 回上一頁