What graphing library does GitHub use on its Graphs page?
Asked Answered
H

1

33

What graphing library does GitHub use on its Graphs tab? When you navigate to https://github.com/USER/REPOSITORY/graphs/commit-activity the graphs are clean, beautiful, and responsive. If they are using an open source javascript library, I would love to use it as well! I have not been able to tell from a brief code inspection.

Houlberg answered 13/6, 2012 at 21:56 Comment(0)
D
46

The new GitHub graphs are built with the amazing d3 library by @mbostock.

http://github.com/mbostock/d3

This was taken directly from https://github.com/blog/1093-introducing-the-new-github-graphs

Didi answered 13/6, 2012 at 21:59 Comment(2)
Thank you, exactly what I was looking for! An amazing library indeed.Houlberg
Thanks. I was almost sure that but when I look source code which is minified, I can find anything related to d3 :) All code is put inside a "frameworks.js"Lepidus

© 2022 - 2024 — McMap. All rights reserved.