A Radial Scatter chart using a single argument for the datasets

This Radial Scatter chart has all of the datasets (of which there are 5) specified as one big multi-dimensional array.

[No canvas support]

An example of multiple datasets as one big array.

This goes in the documents header:
<script src="RGraph.common.core.js"></script>
<script src="RGraph.common.dynamic.js"></script>
<script src="RGraph.common.tooltips.js"></script>
<script src="RGraph.rscatter.js"></script>
Put this where you want the chart to show up:
<canvas id="cvs" width="500" height="500">
    [No canvas support]
</canvas>
This is the code that generates the chart: