const yAxis = d3 .axisLeft() .ticks(24) .scale(yScale); // We'll be using this svg variable throughout to append other elements to it svg ...
確定! 回上一頁