var paths = chart.renderArea.selectAll('path')
        .data(pie(data))
        .enter().append('path')
        .attr('d', arc)