This is an example of a filled Line chart where the datasets are stacked on
top of each other. The spline
option is enabled so the lines on this chart
are curvy.
<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: