This is a demo page that shows the various combinations of the Bar chart scale when used as a regular (not grouped or stacked) chart. A chart with the Y axis in the center is shown as well as a chart with an offset axis.
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: 600px; height: 250px" id="chart-container1"></div></div> <div style="width: 600px; height: 250px" id="chart-container2"></div></div> <div style="width: 600px; height: 250px" id="chart-container3"></div></div> <div style="width: 600px; height: 250px" id="chart-container4"></div></div> <div style="width: 600px; height: 250px" id="chart-container5"></div></div>This is the code that generates the chart: