const data = [1, 2, 3, 4, 5]; const scaleLinear = d3.scaleLinear() .domain([0, Math.max(...data)]).range([1, 100]); const scaleOrdinal = d3.
確定! 回上一頁