Hello jkorrek,
Thank you for the feedback. We confirm the reported issue. Until it is fixed, you can set the label radius to be smaller than the pie radius in order to disable label lines, e.g.:
var settings = {
showBorderLine: false,
backgroundColor: 'transparent',
source: teamScore,
colorScheme: 'scheme2',
title: '',
description: '',
seriesGroups: [{
toolTipFormatFunction: toolTipCustomFormatFn,
type: 'pie',
showLabels: true,
useGradient: false,
series: [{
dataField: 'TotalWin',
displayText: 'Team',
labels: {
linesEnabled: false,
radius: 50
},
initialAngle: 90,
radius: 60,
centerOffset: 3
}]
}]
};
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/