A page showing a blocky, black and red Horizontal Bar chart

This is an example of a Horizontal Bar chart that has been customised to have a blocky appearance. The linewidth of the axes has been increased and the background grid has been disabled. Plus, the labels have been bolded and the chart uses the wave() effect.

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="width: 400px; height: 450px" id="chart-container"></div></div>
This is the code that generates the chart: