With this chart the title is not drawn using the title property -
instead it is drawn using the draw
custom event along with the RGraph.text()
API function.
<script src="RGraph.common.core.js"></script> <script src="RGraph.hprogress.js"></script>Put this where you want the chart to show up:
<canvas id="cvs" width="600" height="100"> [No canvas support] </canvas>This is the code that generates the chart: