A stacked Bar chart that has a key, a title, a subtitle, has bold center
labels, has the labelsAbove
option enabled and it uses the
grow()
effect. The center labels font size has been increased.
<script src="RGraph.svg.common.core.js"></script> <script src="RGraph.svg.common.key.js"></script> <script src="RGraph.svg.bipolar.js"></script>Put this where you want the chart to show up:
<div style="padding: 15px"> <div style="width: 600px; height: 500px" id="chart-container"></div> </div>This is the code that generates the chart: