RickshawRails
This gem packages the Rickshaw Javascript graphing library for easy use with the Rails 3.1+ asset pipleline.
Installation
Add this line to your application's Gemfile:
gem 'rickshaw-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rickshaw-rails
Usage
Add this line to your application.css:
*= require rickshaw-rails
You can also require d3 and rickshaw seperately if you want:
//= require rickshaw-rails
You can now use rickshaw in your app.
Version
The version numbers follow the versionning of the library Rickshaw
Credits
This gem was forked from logical42/rickshaw_rails.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request