Описание тега 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?
- Include JustGage and Raphael scripts in your page.
- Create a div with id, width and height.
- 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.