Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 702 Bytes

README.markdown

File metadata and controls

25 lines (14 loc) · 702 Bytes

Rafa

This module provides an extension to ActionView helpers as a wrapper for the Raphael.js library by Dmitry Baranovskiy, that makes easy to add SVG and canvas elements to the page and make use of the Raphael library within Rails.

Currently works with Raphael version 0.6.3

This fork adds support for g.Raphael graphs.

Installation

To install as a plugin:

./script/plugin install git://github.com/suranyami/rafa.git

Example

You can see examples in the directory rafa/examples/

Copyright (c) 2009 Ruben Medellin [email protected], released under the MIT license

Additions from David Parry [email protected], 2010.