A page that's showing the various Y scale combinations of the Bar chart axes - such as positive min/max, negative min/max and postive max/negative min. Other than this the Bar charts are pretty basic - it's just a demonstration of the different scale combinations on a grouped chart.
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> <div style="width: 600px; height: 250px" id="chart-container6"></div></div>This is the code that generates the chart: