var graph = svg.append("g")
         .attr("transform", "translate(" + margin.left + "," + margin.top + ")");