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.
<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: