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.
Install / Use
/learn @toorshia/JustgageREADME
JustGage
<p align="center"><img src="docs/public/logo.png"/></p><p align="center"> <b>⚡ Zero Dependencies</b> • <b>💖 Modern ES6+</b> • <b>🎛️ Highly Customizable</b> • <b>📱 Responsive Design</b> • <b>🚀 High Performance</b> • <b>🛡️ Battle Tested</b> • <b>📦 76% smaller </b> From 36.5 kB → 8.6 kB (27.9 kB saved!)) </p> <p align="center"> <a href="https://toorshia.github.io/justgage" style="font-weight: bold; text-decoration: none;"> 🎮 Try Live Demo & Playground </a> • <a href="https://toorshia.github.io/justgage/docs" style="font-weight: bold; text-decoration: none;"> 📚 Full Documentation </a> </p>The gauge library you know and love, completely reimagined for the modern web! 🎉
Quick Start
Installation
npm install justgage
Basic Usage
import { JustGage } from 'justgage';
const gauge = new JustGage({
id: 'my-gauge',
value: 75,
min: 0,
max: 100,
});
More Information
- 📖 Complete Documentation - API reference, configuration options, and examples
- 🎮 Interactive Playground - Try different configurations live
- 🚀 Migration Guide - Upgrading from v1.x to v2.0+
- 🤝 Contributing - Development setup and contribution guidelines
License
This project is licensed under MIT License
Author & Maintainers
- Original Author: Bojan Djuricic
- v2.0 Modernization & Maintenance: robertsLando
