this.outerRectangle = svg.append('rect')
        .attr('x', 20)
        .attr('y', 10)
        .attr('width', 60)
        .attr('height', 80);