const y = d3.scaleLinear() .domain([0, 100]) .range([370, 20]); const x = d3.scalePoint() .domain(['上海', '深圳', '杭州', '珠海', '苏州', ...
確定! 回上一頁