block by emeeks d24171dac80dd535521b

Simple d3.layout.timeline

Full Screen

A very simple example of d3.layout.timeline that takes a csv like this:

s,e
1,7
1,6
10,15
7,8
4,5
5,6

And places it into a few lanes to be drawn on-screen.

index.html

d3.layout.timeline.js

int_bands.csv