Skip to content

Instantly share code, notes, and snippets.

View reustonium's full-sized avatar

Andy Ruestow reustonium

View GitHub Profile
@reustonium
reustonium / Readme.md
Last active August 29, 2015 14:07 — forked from WillTurman/Readme.md
Activity Streamgraph

D3 Streamgraph Example

Series Hover

The series hover interactivity uses the technique from lgrammel seen here: http://bl.ocks.org/1963983

Data Tooltip

It isn't necessarily a tooltip, but data is displayed by inverting the x-axis value into a date, and mapping the date to the corresponding data value for the series.