scaleLinear() .range([height, 0]); var yAxis = d3.axisLeft() .scale(y) .tickSize(-width) .tickFormat(function(d) { return Math.round(d ...
確定! 回上一頁