style

Additional CSS properties for formatting the axis labels text:

axisY: {
    axisTickText: {
        style: {
            color: 'green',
            font: '11px Segoe UI, Tahoma, Verdana, sans-serif'
        }
    }
}

This setting is demonstrated in the following example.