size

Determines the size of the whole donut seres. Can be percent or in pixels:

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

This setting is demonstrated in the following example.