An SVG 3D Bar chart

Here's a 3D Bar chart that has the X axis position set to be in the middle instead of at the bottom of the chart. It has a title and also uses the wave() animation effect. Other than that it's quite basic.

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