label management not work for multiple line

Created using FusionCharts Suite XT - www.fusioncharts.com

by Nabajeet Sonowal

HTML

<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.charts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<!-- Using macros to embed percent value, sum, label and data value in dynamic tooltips of a pie chart Attribute: # plotTooltext Macros: # $percentValue # $sum # $label # $dataValue -->
<div id="chart-container">FusionCharts will render here</div>

CSS

#nameDiv {
    font-size: 14px;
    border-bottom: 1px dashed #666666;
    font-weight:bold;
    padding-bottom: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

JavaScript

FusionCharts.ready(function () {
    var ageGroupChart = new FusionCharts({
        type: 'pie3d',
        renderAt: 'chart-container',
        width: '550',
        height: '350',
        dataFormat: 'json',
        dataSource: {
            "chart": {
                "xaxisname": "Operating Systems",
                    "yaxisname": "Devices",
                    "fontsize": "12",
                    "shownames": "1",
                    "showpercentageinlabel": "1",
                    "startingangle": "125",
                    "showpercentintooltip": "1",
                    "tooltipsepchar": " | ",
                    "showvalues": "1",
                    "showpercentagevalues": "1",
                    "animation": "1",
                    "decimalprecision": "0",
                    "formatnumberscale": "0",
                    "decimals": "0",
                    "labelsepchar": " | ",
                    "chartbottommargin": "0",
                    "captionpadding": "0",
                    "showborder": "0",
                    "bgcolor": "FFFFFF,FFFFFF",
                    "enablesmartlabels": "1",
                    "skipoverlaplabels": "1",
                    "managelabeloverflow": "1"
            },
                "data": [{
                "value": "187",
                    "name": "Win Server 2008,{br} 187 Server",
                    "issliced": "1",
                    "color": "0000FF",
                    "link": "DrillDownInList.aspx?chartid=47&scopeid=1"
            }, {
                "value": "6",
                    "name": "Win Server 2003,{br} 6 Server",
                    "issliced": "0",
                    "color": "FF9900",
                    "link": "DrillDownInList.aspx?chartid=47&scopeid=2"
            }, {
                "value": "1",
                    "name": "Win Server 2012,{br} 1 Server",
                    "issliced": "0",
                    "color": "66CCFF",
                    "link":...