selectAll("rect") .data(dataset) .transition() .duration(2000) .ease(d3.easeBounce) .attr("y", function(d) { return h - yScale(d); }) ...
確定! 回上一頁