1,154
edits
== Adding a Wind Rose 'gauge' ==
From release 2.0 I have integrated the Wind Rose 'gauge' into the standard 'package' but it is disabled
1. Edit gauges-ssT.htm and remove the comment from around the 'radar' scripts towards the end of the
<!--
<script src="scripts/windrose.js"></script>
<script src="scripts/RGraph.common.core.min.js"></script>
<script src="scripts/RGraph.radar.min.js"></script>
-->
To...
<script src="scripts/windrose.js"></script>
<script src="scripts/RGraph.common.core.min.js"></script>
<script src="scripts/RGraph.radar.min.js"></script>
2. Edit gauges.js, and change...
showRoseGauge : false,
To...
showRoseGauge : true,
That's it, the Wind Rose should now display on your page.
== Altering the gauge 'layout' on the page ==
|