An SVG Bar chart using tooltips

A Bar chart with offset axes (so the upper part of the chart is larger than the lower). The data and labels have been adjusted to highlight the weekdays as opposed to the weekends. The tooltips have been customised so that they have a significantly different appearance than what is the default.

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