borderWidth

Sets the line thickness of each donut slice’s border:


seriesSettings: {
    donut: {
        borderColor: 'green',
        borderWidth:5
    }
}

This setting is demonstrated in the following example.