A Scatter chart with out-of-bounds values

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: 500px; border: 1px solid #ddd" id="chart-container"></div>
This is the code that generates the chart: