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