selectAll(".y.axis") .transition() .ease(d3.easeCubic) .duration(1000) .call(yAxis); } // update line through out the loop in interval ...
確定! 回上一頁