An SVG Bar chart with a dark background

This is an SVG version of the canvas based bar-dark-background.html demo. It's a Bar chart, with a dark background and light pink and light blue graduated bars. It also uses the wave() effect too. Other than that it's pretty standard.

This goes in the documents header:
<script src="RGraph.svg.common.core.js"></script>
<script src="RGraph.svg.bar.js"></script>
Put this where you want the chart to show up:
<div style="width: 600px; height: 300px; background-color: black; border-radius: 10px" id="cc"></div>
This is the code that generates the chart: