Skip to content

Instantly share code, notes, and snippets.

@mbostock
mbostock / .block
Last active March 25, 2024 16:38 — forked from jasondavies/flare.json
Automatic Text Sizing
height: 760
license: gpl-3.0
@tomerd
tomerd / gauge.js
Last active April 21, 2024 21:08
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;