An SVG Horizontal Bar chart showing what people consider to be sensitive information

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: 500px; height: 300px; float: right" id="chart-container"></div>
</div>
This is the code that generates the chart: