This is a demo of a Scatter chart with a connecting line that has actually been configured to look like a vertical Line chart. It uses the X axis scale and Y axis labels.
This goes in the documents header:<script src="RGraph.svg.common.core.js"></script> <script src="RGraph.svg.scatter.js"></script>Put this where you want the chart to show up:
<div style="width: 300px; height: 600px" id="chart-container"></div>This is the code that generates the chart: