A pretty standard stacked Bar chart (which happens to use the Hungarian
language) which uses the grow()
effect, uses a title, a subtitle and has
units appended to the Y axis labels.
<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: 950px; height: 300px" id="chart-container"></div>This is the code that generates the chart: