style

Enables setting additional CSS properties for the text:


seriesSettings: {
    pie: {
        dataPointText:
            {
                style: {
                    color: 'pink',
                    fontWeight: 'bold'
                }
            }
    }
}

This setting is demonstrated in the following example.