bin = parentElement.selectAll('.bin').data(function(d) {
            return d.values;
        }).enter().append('path').attr('class', 'bin').attr('opacity', function(d) {
            return d.opacity || conf.opacity;
        }).attr('d', d3.svg.arc().innerRadius(function(d) {