A combined SVG Bar and Line chart

A combined Bar and Line chart. The Bar chart uses the wave() effect and the Line chart uses the trace() effect. The Bar chart is grouped and both charts are configured to have the X axis in the middle.

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