Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 737 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 737 Bytes

justGage

JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges. It is based on Raphaël library for vector drawing.

Checkout http://justgage.com for details, demos, current release and more.

Usage

In your Gemfile, add:

gem 'justgage-rails'

Require Javascript

Add the following to your application.js:

//= require raphael
//= require justgage

Credits

JustGage by Bojan Djuricic

Rails gem modeled after raphael-rails by Cameron Prebble