jQuery Chart zoomMode

Specifies the zoom mode for the chart. Whether to zoom on axisX, axisY, or both axes:

zoomMode:'xy'

Possible values are: 'x', 'y' and 'xy'.

This setting is demonstrated in the following example.