A filled spline SVG Line chart

This is a demonstration of a filled spline Line chart with two datasets. It uses the filledAccumulative option in order to "stack" the datasets and also has the trace effect. Notice also that there's a small marginInner set.

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: