this.svg
        .selectAll('circle.dot')
        .data(this.data)
        .enter()
        .append('circle')