An SVG Bipolar chart showing tooltips

A pretty standard Bipolar chart that uses the wave() effect and has the labelsAbove option enabled.

This goes in the documents header:
<script src="RGraph.svg.common.core.js"></script>
<script src="RGraph.svg.bipolar.js"></script>
Put this where you want the chart to show up:
<div style="padding: 15px">
    <div style="width: 600px; height: 500px" id="chart-container"></div>
</div>
This is the code that generates the chart: