A basic SVG Radar chart. The chart has two datasets - hence there being two lines and it uses a key so that you can tell which dataset is which.
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: 500px; height: 400px" id="chart-container"></div>This is the code that generates the chart: