Guest User

Untitled

a guest
Mar 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. d3.select("#canvas")
  2. .append("circle")
  3. .attr("cx", 50)
  4. .attr("cy", 50)
  5. .attr("r", 5)
  6. .attr("fill", "grey");
Add Comment
Please, Sign In to add comment