Or you can use D3-scale :) var x = d3.scaleLinear() .domain([14, 24]) // font size .range([769, 2048]); // screen size.
確定! 回上一頁