var scale = d3.scaleLinear() .domain([d3.min(data), d3.max(data)]) .range([0, width - 100]); basically is scale convertor, it says these ...
確定! 回上一頁