Skip to content

Instantly share code, notes, and snippets.

@exupero
exupero / index.html
Last active December 30, 2015 08:38 — forked from mbostock/.block
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
background: #fcfcfa;
}
.stroke {
fill: none;
@exupero
exupero / README.md
Last active December 21, 2015 03:28 — forked from mbostock/.block
D3-raylabel plugin

Demonstrates the D3 ray-label plugin for labeling slices of pie and donut graphs based on the angle of each slice's centroid.

Label font sizes are scaled (within bounds) based on the size of the slice.

Plugin is hosted on Github.