Skip to content

Instantly share code, notes, and snippets.

View camille-s's full-sized avatar
📊
charts charts charts

camille camille-s

📊
charts charts charts
View GitHub Profile
@camille-s
camille-s / README.md
Last active May 31, 2017 18:28 — forked from ColinEberhardt/.block
d3fc-label-layout map example

This is a demonstration of the d3fc-label-layout component based on Mike Bostock's Let's Make a Map example. The label layout component provides an easy mechanism for labeling charts and maps in such a way that labels are positioned to avoid collisions, and (optionally) overlapping labels are removed.

@camille-s
camille-s / .block
Last active January 30, 2017 15:34 — forked from mbostock/.block
Vector Tiles
license: gpl-3.0
@camille-s
camille-s / .block
Created January 27, 2017 22:53 — forked from iamkevinv/.block
Zoom to Bounding Box II - Updated for d3 v4
license: gpl-3.0
@camille-s
camille-s / 0_reuse_code.js
Created January 9, 2017 21:55
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console