This is a regular Line chart with two datasets - however the fill color of
the bottom most dataset has been set to transparent. The Line chart uses
the spline
setting and the trace()
effect. No axes are enabled and the
vertical background grid lines have been disabled.
<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: