heavysixer / flotation

A collection of Ruby view helpers for working with the Jquery Flot charting scripts

This URL has Read+Write access

README.textile

Flotation

Flotation is a collection of Rails helpers that make graphing within Rails easier to manage.
Flotation started as a project for wrapping the FLOT library for Jquery but has expanded to
also include the Sparkline library developed by Splunk Inc.

Dependencies

Flotation requires jquery.flot and jquery to be in your javascripts folder.
A copy of jquery.flot has been included with this plugin but you may want to check to see
if there is a more recent version. See the flot/README.txt for more info and license restrictions.

Install

Copy excanvas.pack.js and jquery.flot.pack.js into your javascripts folder.
Download jQuery and copy it into your javascripts folder.

Copyrights

The jquery.sparkline.js library is copyright Splunk Inc and licensed using the New BSD License
http://omnipotent.net/jquery.sparkline/

Flot is Copyright Ole Laursen, released under the MIT license
http://code.google.com/p/flot/

The Flotation plugin is Copyright © 2009 Mark Daggett, released under the MIT license