An SVG 3D Bar chart

A blue Bar chart which uses tooltips. It uses some custom code to prepare the tooltips and the tooltip event to apply a colored border to it.

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