A customised turquoise SVG Line chart

A customised Line chart which is turquoise in color. The horizontal grid lines have been disabled and the chart has a gray colored background. The chart uses the Line chart trace() effect and larger than default circular tickmarks.

This goes in the documents header:
<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: 600px; height: 450px" id="chart-container"></div>
This is the code that generates the chart: