DEV Community

Cover image for JustGage v2.0: JavaScript Library for Creating Dashboard Gauges
jQueryScript
jQueryScript

Posted on

JustGage v2.0: JavaScript Library for Creating Dashboard Gauges

JustGage v2.0, a JavaScript library that creates dashboard gauges using native SVG without external dependencies.

Key features:

• 76% smaller bundle size (36.5 kB → 8.6 kB gzipped)
• Zero dependencies after removing RaphaelJS
• Supports arc gauges, donuts, and differential modes
• Animated value transitions with configurable easing
• TypeScript support and ES6+ codebase

The library handles SVG geometry and animations so you can focus on displaying metrics in admin dashboards or monitoring interfaces.

👉 Blog Post

👉 GitHub Repo

👉 Live Demo

Top comments (0)