Monday, December 6, 2021

To remove elements by class name

 d3.select("path.line").remove();


 d3.selectAll("path.line").remove();

No comments:

Post a Comment