Skip to content

Instantly share code, notes, and snippets.

@Elexy
Elexy / gauge.js
Created February 27, 2013 22:25 — forked from tomerd/gauge.js
function Gauge(placeholderName, configuration)
{
this.placeholderName = placeholderName;
var self = this; // some internal d3 functions do not "like" the "this" keyword, hence setting a local variable
this.configure = function(configuration)
{
this.config = configuration;