A blue Bar chart that has an offset X axis but also has both
of the axes and
the background grid turned off. It has a title, subtitle,
labelsAbove
labels
and is using the wave()
animation effect. The
font size of the the text is a
little bit smaller than usual too.
<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="padding: 15px"> <div style="width: 950px; height: 300px" id="chart-container"></div> </div>This is the code that generates the chart: