-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
734 additions
and
712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
![justGage](https://dl.dropbox.com/u/6211055/IMG/justgage_logo.png) | ||
|
||
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. | ||
|
||
###Update log | ||
|
||
######November 19, 2012. | ||
|
||
* Fix for human friendly option when refreshing | ||
* Config.value is now updated after gauge refresh | ||
|
||
######November 13, 2012. | ||
|
||
* Option to hide value label | ||
* Option to enable responsive gauge size | ||
* Removed default title attribute | ||
* Option to accept min and max defined as string values | ||
* Option to configure value symbol | ||
* Fixed bad aspect ratio calculations | ||
* Option to configure minimum font size for all texts | ||
* Option to show shorthand big numbers (human friendly) | ||
|
||
![justGage](https://dl.dropbox.com/u/6211055/IMG/justgage_logo.png) | ||
|
||
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. | ||
|
||
###Update log | ||
|
||
######November 25, 2012. | ||
|
||
* Option to define custom rendering function for displayed value | ||
|
||
######November 19, 2012. | ||
|
||
* Fix for human friendly option when refreshing | ||
* Config.value is now updated after gauge refresh | ||
|
||
######November 13, 2012. | ||
|
||
* Donut display mode added | ||
* Option to hide value label | ||
* Option to enable responsive gauge size | ||
* Removed default title attribute | ||
* Option to accept min and max defined as string values | ||
* Option to configure value symbol | ||
* Fixed bad aspect ratio calculations | ||
* Option to configure minimum font size for all texts | ||
* Option to show shorthand big numbers (human friendly) |
Oops, something went wrong.