var svg = d3.select("#one"); svg.append("circle") .attr("cx",200) .attr("cy",200) .attr("r",625) .attr("fill","red");