var width = 500;. var y = d3.scaleLinear() .domain([0,185]) .range([height,0]);. console.log(y(0)) //200. console.log(y(100)) //91.
確定! 回上一頁