This module provides an extension to ActionView helpers as a wrapper for the Raphael.js library by Dmitry Baranovskiy, that makes easy to add SVG and canvas elements to the page and make use of the Raphael library within Rails.
Currently works with Raphael version 0.6.3
This fork adds support for g.Raphael graphs.
To install as a plugin:
./script/plugin install git://github.com/suranyami/rafa.git
You can see examples in the directory rafa/examples/
Copyright (c) 2009 Ruben Medellin [email protected], released under the MIT license
Additions from David Parry [email protected], 2010.