jQuery Chart Inverse Chart and axes

Shield UI Chart supports natively inverse layout.

One can inverse the order of either one of the axes in the chart, or of the whole chart.

Inversing the order of the axis involves rendering of datapoints in an order opposite to the ordinary one. This is achieved through the "inverseOrder" property of the x and y axes.

One can also swap the places of the axes of the chart, by setting the isInverted property of the chart to true.
This can also be combined with further inverting the order of the axes.