Skip to content

Instantly share code, notes, and snippets.

@yurfuwa-chan
Created August 17, 2012 23:51
Show Gist options
  • Save yurfuwa-chan/3383519 to your computer and use it in GitHub Desktop.
Save yurfuwa-chan/3383519 to your computer and use it in GitHub Desktop.
JustGage
<script src="raphael.2.1.0.min.js"></script>
<script src="justgage1.0.min.js"></script>
//..
<div id="gauge" class="200x160px"></div>
//..
<script>
var g = new JustGage({
id: "gauge",
value: 67,
min: 0,
max: 100,
title: "Visitors"
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment