A graduated Rose chart

[No canvas support]

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)


This goes in the documents header:
<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: