svg.attr("width", width + margin.left + margin.right)
         .attr("height", height + margin.top + margin.bottom);