A Pie chart using gradients for colors. It also has the exploded
option set to 5.
<script src="RGraph.svg.common.core.js"></script> <script src="RGraph.svg.pie.js"></script>Put this where you want the chart to show up:
<div style="width: 650px; height: 350px" id="chart-container"></div>This is the code that generates the chart: