style

Additional CSS attributes for formatting the axis title:

axisX: {
    title: {
        text: "Axis X Text",
        style: {
            color: 'red',
            fontWeight: 'bold'
        }
    }
}

This setting is demonstrated in the following example.