Skip to content

Instantly share code, notes, and snippets.

View cdtrich's full-sized avatar

cd_trich cdtrich

  • brussels
View GitHub Profile
@cdtrich
cdtrich / .block
Created December 5, 2018 14:07 — forked from mbostock/.block
Circle-Packing II
license: gpl-3.0
height: 960
border: no
@cdtrich
cdtrich / README.md
Created November 14, 2018 17:17 — forked from enjoylife/README.md
D3 Arc Diagram

Arc Diagram

This demo shows how to generate an arc diagram using D3. It is still a work in progress.

The dataset is the same one from the Les Misérables demos [1] [2] provided in the D3 Gallery.

TO DO

  • Update to use reusable chart approach.
  • Update to work with directed graphs (some arcs above, some below).