https://github.com/toorshia/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.
https://github.com/toorshia/justgage
Last synced: 10 days ago
JSON representation
JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges. It is based on Raphaël library for vector drawing.
- Host: GitHub
- URL: https://github.com/toorshia/justgage
- Owner: toorshia
- License: mit
- Created: 2012-08-13T10:58:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T14:26:18.000Z (9 months ago)
- Last Synced: 2025-03-06T22:34:07.827Z (8 months ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 1,822
- Watchers: 111
- Forks: 463
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - justgage
- jimsghstars - toorshia/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. (JavaScript)
README
# JustGage

[](https://www.npmjs.com/package/justgage)
[](https://www.npmjs.com/package/justgage)
[](https://bundlephobia.com/package/justgage)
[](https://github.com/toorshia/justgage/actions/workflows/deploy-docs.yml)
[](https://github.com/toorshia/justgage/actions/workflows/ci.yml)
[](http://makeapullrequest.com)
[](https://opensource.org/licenses/mit-license.php)
[](https://conventionalcommits.org)
> **The gauge library you know and love, completely reimagined for the modern web! 🎉**
⚡ Zero Dependencies •
💖 Modern ES6+ •
🎛️ Highly Customizable •
📱 Responsive Design •
🚀 High Performance •
🛡️ Battle Tested •
📦 76% smaller From 36.5 kB → 8.6 kB (27.9 kB saved!))
🎮 Try Live Demo & Playground
•
📚 Full Documentation
## Quick Start
### Installation
```bash
npm install justgage
```
### Basic Usage
```javascript
import { JustGage } from 'justgage';
const gauge = new JustGage({
id: 'my-gauge',
value: 75,
min: 0,
max: 100,
});
```
## More Information
- 📖 **[Complete Documentation](https://toorshia.github.io/justgage/docs)** - API reference, configuration options, and examples
- 🎮 **[Interactive Playground](https://toorshia.github.io/justgage/playground)** - Try different configurations live
- 🚀 **[Migration Guide](https://toorshia.github.io/justgage/docs#migration)** - Upgrading from v1.x to v2.0+
- 🤝 **[Contributing](CONTRIBUTING.md)** - Development setup and contribution guidelines
## License
This project is licensed under [MIT](LICENSE) License
## Author & Maintainers
- **Original Author**: [Bojan Djuricic](https://github.com/toorshia)
- **v2.0 Modernization & Maintenance**: [robertsLando](https://github.com/robertsLando)