This is the Pie chart from the front page. It starts with the
roundRobin()
effect and allows you to click to explode
the Pie chart segments.
<script src="RGraph.common.core.js"></script> <script src="RGraph.common.dynamic.js"></script> <script src="RGraph.common.effects.js"></script> <script src="RGraph.pie.js"></script>Put this where you want the chart to show up:
<canvas id="cvs" width="350" height="250"> [No canvas support] </canvas>This is the code that generates the chart: