donutChart.svg.select('.slices').selectAll('path.slice')
    .data(donutChart.pie(data))
    .enter()
    .insert('path')
    .style('fill', function(d) {