Skip to content

Instantly share code, notes, and snippets.

View hullatom's full-sized avatar

Tomas Hulla hullatom

  • Czech Republic
View GitHub Profile
@hullatom
hullatom / gauge.js
Last active November 4, 2015 11:29 — forked from tomerd/gauge.js
google style gauges using javascript d3.js
function Gauge(placeholderName, configuration)
{
this.placeholderName = placeholderName;
var self = this; // for internal d3 functions
this.configure = function(configuration)
{
this.config = configuration;