0.0
No commit activity in last 3 years
No release in over 3 years
JustGage JS as a Rubygem for use in the Rails asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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