A dark red and white Line chart

A Line chart that color-wise is inverted - so there's a dark background with light-gray axes and text and the line colors are red and white. There's no background grid. Also, it uses the trace() effect.

[No canvas support]

This goes in the documents header:
<script src="RGraph.common.core.js"></script>
<script src="RGraph.line.js"></script>
Put this where you want the chart to show up:
<div style="background-color: black; display: inline-block">
    <canvas id="cvs" width="750" height="350">[No canvas support]</canvas>
</div>
This is the code that generates the chart: