justgage
v2.0.1
Published
JustGage is a handy JavaScript plugin for generating and animating nice & clean gauges. Modern ES6+ implementation with native SVG rendering (v2.0 modernized by robertsLando).
Readme
JustGage
The gauge library you know and love, completely reimagined for the modern web! 🎉
Quick Start
Installation
npm install justgageBasic 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
