Andre Pena
Andre Pena

Reputation: 59336

How to do a timeline graph similar to GitHub using D3?

GitHub uses D3 library for its graphs but I can't find any sample similar to how GitHub deals with timeline.

GitHub allows the user to select a particular period in time within the graph and then it shows data specific to that period.

Any example of the "period selection" ("brush") with D3?

Upvotes: 3

Views: 5244

Answers (1)

Andre Pena
Andre Pena

Reputation: 59336

I found the example I was looking for:

http://bl.ocks.org/1667367

Upvotes: 3

Related Questions