innerSize

Determines the size of the inner circle. Can be in pixels , or a percent value:

seriesSettings: {
    donut: {
        enablePointSelection: true,
        size: "200%",
        innerSize: "10%"
    }
}

This setting is demonstrated in the following example.