var g = pieChartElement.selectAll("." + pie.cssPrefix + "arc")
            .data(pie.options.data.content)
            .enter()
            .append("g")
            .attr("class", pie.cssPrefix + "arc");