An SVG Bar chart using gradients

A simple Bar chart that's demonstrating the simplified gradient syntax that RGraph provides. This Bar chart also uses the grow() effect and has a customised background grid.

This goes in the documents header:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="RGraph.svg.common.core.js"></script>
<script src="RGraph.svg.common.tooltips.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: