var myScale = d3.scaleLinear() .domain([0, 10]) .range([0, 600]);. D3 creates a function myScale which accepts input between 0 and 10 (the domain) and maps ...
確定! 回上一頁