borderColor

Sets the color of each pie slice’s border:


seriesSettings: {
    pie: {
        borderColor: 'red',
        borderWidth:5
    }
}

This setting is demonstrated in the following example.