vis.selectAll('g.leaf.node')
      .append("svg:circle")
        .attr("r", 4.5)
        .attr('stroke', 'yellowGreen')
        .attr('fill', 'greenYellow')