Skip to content

JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges. It is based on Raphaël library for vector drawing.

License

Notifications You must be signed in to change notification settings

toorshia/justgage

Repository files navigation

JustGage

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! 🎉

⚡ 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

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

About

JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges. It is based on Raphaël library for vector drawing.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published