graphael-on-rails

Rails gem based on the gRaphael graphing library

http://g.raphaeljs.com/

Installation

Add this line to your application's Gemfile:

gem 'graphael-on-rails'

And then execute:

$ bundle

Include assets:

// In application.js
//= require graphael-on-rails

Usage

// Creates canvas 640 

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Many Thanks

Special thanks goes to all the team who created the wonderful RaphaelJS & gRaphael libraries