Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What graphing library does GitHub use on its Graphs page?

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.

like image 833
emkman Avatar asked Jun 13 '12 21:06

emkman


1 Answers

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

like image 139
Pavan Kumar Sunkara Avatar answered Oct 02 '22 05:10

Pavan Kumar Sunkara