score:5

You can do this by setting the borderWidth to 0 and borderColor to null. The default is 1:

plotOptions: {
    pie: {
        borderWidth: 0,
        borderColor: null
    }
},

Related Query

More Query from same tag