An SVG 3D Bar chart

A 3D grouped Bar chart that has the X axis at the bottom of the chart. It's animated using the wave() effect. It also uses the yaxisScaleUnitsPost option to configure the Y axis labels.

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: