Monday, December 6, 2021

To set the property in d3js (background color)

 d3.select("divID").

    node().style

    .setProperty("background", "black");


or

setProperty("transform", "translate("0px, 50px")");



No comments:

Post a Comment