SkillAgentSearch skills...

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/Justgage
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

JustGage

<p align="center"><img src="docs/public/logo.png"/></p>

NPM Version Downloads Bundle Size

Deploy Docs CI

PRs Welcome MIT Licence Conventional Commits

The gauge library you know and love, completely reimagined for the modern web! 🎉

<p align="center"> <b>⚡ Zero Dependencies</b> &bull; <b>💖 Modern ES6+</b> &bull; <b>🎛️ Highly Customizable</b> &bull; <b>📱 Responsive Design</b> &bull; <b>🚀 High Performance</b> &bull; <b>🛡️ Battle Tested</b> &bull; <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 &amp; Playground </a> &bull; <a href="https://toorshia.github.io/justgage/docs" style="font-weight: bold; text-decoration: none;"> 📚 Full Documentation </a> </p>

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

License

This project is licensed under MIT License

Author & Maintainers

View on GitHub
GitHub Stars1.9k
CategoryDevelopment
Updated8d ago
Forks459

Languages

JavaScript

Security Score

95/100

Audited on Mar 20, 2026

No findings