case "label-value1":
                pie.svg.selectAll("." + pie.cssPrefix + "segmentValue-" + section)
                    .attr("dx", function(d, i) { return dims[i].mainLabel.width + singleLinePad; });
                break;