you can create a scale function using: let myScale = d3.scaleLinear() .domain([0, 10]) .range([0, 600]);. D3 creates a function myScale which accepts input ...
確定! 回上一頁