jQuery Chart Combining chart types

There are situations, when one needs to have more than one chart type rendered on the same chart.
For example - an area chart series for one set of data and a bar series type for a second set of data.
This is achieved easily, by specifying two separate entries in the "dataSeries" object - each for the corresponding series.
This is demonstrated in the following example.