max

Enables an explicit maximum value to be set for the axis. In not specified, it is automatically calculated based on the data for the axis:

axisY: {
    max: 20
}

This setting is demonstrated in the following example.