A graduated Rose chart. The Rose chart shown here is achieved by manually specifying
graduated colors and using a stacked variation. You could also just use a standard gradient,
for example Gradient(#f77:red)
<script src="RGraph.common.core.js"></script> <script src="RGraph.rose.js"></script>Put this where you want the chart to show up:
<canvas id="cvs" width="600" height="400"> [No canvas support] </canvas>This is the code that generates the chart: