This is a demo of a Scatter chart with an X axis scale. The scale has a minimum value set so it doesn't begin at zero. The scale also has units appended to the numbers.
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: 700px; height: 250px" id="chart-container"></div>This is the code that generates the chart: