An SVG Horizontal Bar chart that shows Chrome speeds

This is a Horizontal Bar chart that shows the difference in Chrome browser speeds between versions. The grow() effect is being used along with there being no X axis.

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