borderWidth
Determines the width of rht border when the pie is hovered:
seriesSettings: { pie: { enablePointSelection:true, activeSettings: { pointHoveredState: { enabled: true, borderColor: 'red', borderWidth: 12 } } } }
This setting is demonstrated in the following example.