Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rossmeissl/grafico

Rails view helpers for the Grafico javascript graphing library
https://github.com/rossmeissl/grafico

Last synced: 2 months ago
JSON representation

Rails view helpers for the Grafico javascript graphing library

Awesome Lists containing this project

README

        

= grafico

Rails (2.x - 3.x) view helpers for graphs using {Grafico}[http://grafico.kilianvalkhof.com/], a javascript graphic library built on {Raphael}[http://raphaeljs.com/].

== Installation

* Add the gem to your Rails app, either through an initializer (Rails 2.x with rake gems:install) or its Gemfile (Rails 3 with bundle install).
* Use the grafico_assets generator to add the necessary javascript libraries to your app.

== Acknowledgements

Inspired by {reportable}[http://github.com/saulabs/reportable].

== Copyright

Copyright (c) 2010 Andy Rossmeissl. See LICENSE for details.