A thin grouped SVG Bar chart

A Bar chart that has a significant marginInner setting and which uses the grow() effect. The title position has been adjusted to be off to one side and horizontally aligned left. The size of the text is slightly smaller than normal and it has had the color adjusted to gray.

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="padding: 15px">
    <div style="width: 750px; height: 300px" id="chart-container"></div>
</div>
This is the code that generates the chart: