Loading repository data…
Loading repository data…
toorshia / repository
JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges. It is based on Raphaël library for vector drawing.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The gauge library you know and love, completely reimagined for the modern web! 🎉
npm install justgage
import { JustGage } from 'justgage';
const gauge = new JustGage({
id: 'my-gauge',
value: 75,
min: 0,
max: 100,
});
This project is licensed under MIT License