tickFormat = tickFormat || scale.tickFormat(); var axis = selection.selectAll(".axis").data([null]); axis .enter() .append("g") .attr("transform", ...
確定! 回上一頁