A simple Bar chart that has a custom bolder-than-normal title font, uses colorsSequential
and uses the grow()
effect. The number of frames that's used by the grow()
effect has been set higher (to 60) so it's slower than it is by default.
<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="cc"></div> </div>This is the code that generates the chart: