Before manipulating DOM elements, we need to get the reference of DOM elements using ... d3.select("p") returns first <p> element and then, .style("color" ...
確定! 回上一頁