An example of a Horizontal Bar chart that's using an offset X axis. Most of the data points are on the positive side of the chart. The chart is animated using the grow()
effect.
<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: 750px; height: 350px" id="chart-container"></div> </div>This is the code that generates the chart: