axisType

Specifies the type of the axis. Must refrelct the type of the data on the chart, applicable for the axis:

axisY: {
    axisType: 'linear'
}

Possible Values are:

  • linear
  • logarithmic
  • datetime

This setting is demonstrated in the following example.