min

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

axisY: {
    min: 10
}

This setting is demonstrated in the following example.