x

Specifies the horizontal offset of the text relatively to the point position:


seriesSettings: {
    donut: {       
        dataPointText:
            {
                x: 20,
                y: 50
            }
    }
}

This setting is demonstrated in the following example.