Skip to content

Commit

Permalink
[docs] Added GIF screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jul 30, 2019
1 parent afee0b8 commit 35b69ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JustGage

![Justgage](docs/img/logo.png)
<p align="center"><img src="docs/img/logo.png"/></p>

[![Downloads](https://img.shields.io/npm/dm/justgage.svg)](https://www.npmjs.com/package/justgage)

Expand All @@ -11,6 +11,8 @@

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

<p align="center"><img src="docs/img/screenshot.gif"/></p>

## Getting Started

Installing Justgage is as easy as...
Expand All @@ -22,7 +24,7 @@ bower install justgage-official
or maybe you wish to use NPM...

```bash
npm install justgage
npm install justgage --save
```

or you can always download the CSS and JS files...
Expand Down Expand Up @@ -73,9 +75,14 @@ setInterval(() => {

Click [here](https://justgage.com/) to see a demo

## Examples

Click [here](http://justgage.com/examples/) for a list of examples

## Changelog

###### September 26, 2016. - release 1.2.9

* **customSectors** receives structural update + additional "percents" feature (define ranges in %).
```javascript
customSectors: {
Expand All @@ -91,6 +98,7 @@ customSectors: {
}]
}
```

Example: http://justgage.com/examples/custom-sectors.html

###### September 24, 2016. - release 1.2.7
Expand Down
Binary file added docs/img/screenshot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35b69ad

Please sign in to comment.