An SVG Horizontal Bar chart with a highlighted bar using the wave() effect

This is a Horizontal Bar chart where a single bar has been highlighted with a different color. The chart also has the labelsAbove option enabled, uses the wave() effect and also has the background grid disabled.

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