A stacked SVG Radar chart

This is an example of a Radar chart that has been configured with multiple datasets and is using the filledAccumulative option so that the datasets appear stacked on top of each other.

This goes in the documents header:
<script src="RGraph.svg.common.core.js"></script>
<script src="RGraph.svg.radar.js"></script>
Put this where you want the chart to show up:
<div style="width: 750px; height: 300px" id="chart-container"></div>
This is the code that generates the chart: