transition ("my-fill").attr({ fill: "red" }); d3.select("rect").transition("my-stroke").attr({ stroke: "green" });. 以下圖為例,左右兩個矩形各自 ...
確定! 回上一頁