There's a canvas version of this chart here. Here we have two Bar charts; one on top of the other depicting the production of cars versus that which is then sold. This is quite an effective visualisation as it allows you to see both statistics easily and conveys that the sold figure is going to be less than the produced figure.
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: 750px; height: 300px" id="cc"></div>This is the code that generates the chart: