this.mainCircle = svg.append('circle')
        .attr('cx', 50)
        .attr('cy', 50)
        .attr('r', 30);