Skip to content

Instantly share code, notes, and snippets.

View trinary's full-sized avatar

Erik Cunningham trinary

View GitHub Profile
@trinary
trinary / .block
Last active September 11, 2016 07:07 — forked from syntagmatic/.block
Sparse Matrix Force Graph
license: gpl-3.0
height: 600
border: no
@trinary
trinary / README.md
Last active August 29, 2015 14:25 — forked from mbostock/.block

A line chart with mouseover so that you can read the y-value based on the closest x-value. The x-value is found using d3.mouse and scale.invert. The y-value is then found by bisecting the data.

@trinary
trinary / README.md
Last active December 19, 2015 02:09 — forked from mbostock/.block

Chord diagrams show directed relationships among a group of entities. This example also demonstrates simple interactivity by using mouseover filtering. Layout inspired by Martin Krzywinski's beautiful work on Circos.