group
        .selectAll('circle.dot')
        .data(data)
        .enter()
        .append('circle')