scaleLinear() .domain([0,d3.max(dataset)]) .range([0,250]); //定义一个坐标轴 var xAxis = d3.axisBottom(xScale)//定义一个axis,由bottom可知, ...
確定! 回上一頁