Comment on GitHub Down with a 503Comments−danielhellier12yCurious, which chart lib is GitHub using for those charts?−cheese1756OP12yThey make calls to d3 in the chart snippet, so I assume it's that. Here's the relevant code from application.js: http://pastebin.com/ApL9SxXs−misaelm12yI was curious too and noticed that those are SVG charts so after a quick check on the minified application.js it seems like it's D3.
Comments
Curious, which chart lib is GitHub using for those charts?
They make calls to d3 in the chart snippet, so I assume it's that. Here's the relevant code from application.js: http://pastebin.com/ApL9SxXs
I was curious too and noticed that those are SVG charts so after a quick check on the minified application.js it seems like it's D3.