Chartr - Plotr generation for Rails

Posted by David N. Welton Tue, 30 Oct 2007 08:15:00 GMT

I've been working on a project that uses graphics created with Plotr, and I wanted to automate that from Rails, so I created Chartr. It's not very complete, but works well enough to create stuff like this:


<script src="http://chartr.rubyforge.org/excanvas.js" type="text/javascript"></script>
<script src="http://chartr.rubyforge.org/plotr_uncompressed.js" type="text/javascript"></script>

  <canvas id="results_chart" height="300" width="500"></canvas>
</div>

Help is more than welcome! I think the API is still a bit clumsy, more chart types need adding, and there are other things that could probably be improved, but it does work.

no comments |

Trackbacks

Use the following link to trackback from your own site:
http://journal.dedasys.com/trackbacks?article_id=1816