You can select an element by ID by prefixing the ID with "#" and using that as a selector: d3.select("#ID");. or to select a path with that ID
確定! 回上一頁