An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# JustGage

[![NPM Version](https://img.shields.io/npm/v/justgage.svg)](https://www.npmjs.com/package/justgage)
[![Downloads](https://img.shields.io/npm/dm/justgage.svg)](https://www.npmjs.com/package/justgage)
[![Bundle Size](https://img.shields.io/bundlephobia/minzip/justgage.svg)](https://bundlephobia.com/package/justgage)

[![Deploy Docs](https://github.com/toorshia/justgage/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/toorshia/justgage/actions/workflows/deploy-docs.yml)
[![CI](https://github.com/toorshia/justgage/actions/workflows/ci.yml/badge.svg)](https://github.com/toorshia/justgage/actions/workflows/ci.yml)

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![MIT Licence](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](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)