align

The alignment of the axis text(title). Possible values are:

  • center
  • left
  • right
axisX: {
    title: {
        text: 'Axis X Text',
        align: 'left'
    }
}

This setting is demonstrated in the following example.