An example of a 3D stacked Bar chart. It's animated by using the wave()
effect and has a title. There's also tooltips which use the tooltip
custom RGraph event in order to change the color of the border of the tooltips (using CSS). It also uses the RGraph.SVG.tooltips.style
object to set some defaults for the tooltips.
<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: 350px; height: 300px" id="chart-container"></div>This is the code that generates the chart: