Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rossmeissl/grafico
- Owner: rossmeissl
- License: mit
- Created: 2010-04-27T16:58:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-29T23:06:30.000Z (about 14 years ago)
- Last Synced: 2024-10-13T08:13:16.812Z (3 months ago)
- Language: Ruby
- Size: 120 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
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.