A Bar chart that uses thecolorsSequential
option so that for a simple single dataset Bar chart you can have multiple colors on the Bars. It also has a title and uses the grow()
effect.
<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: 750px; height: 300px" id="chart-container"></div> </div>This is the code that generates the chart: