center

Determines the [x, y] coordinates of the center of the pie, given that the upper-left corner of the chart is at coordinates [0, 0]:

seriesSettings: {
    donut: {
        center: [50, 50]       
    }
}

This setting is demonstrated in the following example.