A basic stacked SVG Horizontal Bar chart

Here we have an example of a basic Stacked Horizontal Bar chart. There's nothing special about this chart and the background grid horizontal lines have been 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: 350px; height: 500px" id="chart-container"></div>
</div>
This is the code that generates the chart: