Описание тега justgage

JustGage is a JavaScript plugin for generating and animating gauges cleanly. It is based on Raphaël library for vector drawing, allowing it to be fully resolution independent and self-adjusting.

What is JustGage?

JustGage is a handy JavaScript plugin for generating and animating nice & clean gauges. It is based on Raphaël library for vector drawing, so it’s completely resolution independent and self-adjusting. It works in almost any browser: IE6+, Chrome, Firefox, Safari, Opera, Android, etc.

How do I use it?

  1. Include JustGage and Raphael scripts in your page.
  2. Create a div with id, width and height.
  3. Call justGage({id, value}).

This is the most basic setup. There's more nuts and bolts you can tinker with - check out their website to see cool stuff you can do by customizing setup parameters.