A Line chart with a gradient

This is a demonstration of a filled blue Line chart that actually uses a gradient for the fill color. There's a title and also no vertical background grid lines.

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