Github Deposit Chart

There is a wonderful deposit card github.com came with.

enter image description here

Does anyone know if they use some kind of library or gem?

If it is open source, I would like to use it in my project as well. It looks great!

+48
javascript github ruby-on-rails svg
Jan 24 '13 at 18:01
source share
2 answers

Not exactly the same style, but I think it was done using the calendar in D3.js.

If you use the "View Source" on the GitHub page, you will see that they use D3 to display their calendar.

A similar view is achieved by js-chart-widgets .

+44
Jan 24 '13 at 21:47
source share

Github's calendar calendar uses D3. If you check your network traffic, you will see a request for JS, and you can examine the source yourself.

EDIT: I removed the source link, as the CDN URL is likely to change over time. It should still be local if you look at your web inspector.

+2
Jan 24 '13 at 21:59
source share



All Articles