Y
Hacker News
new
|
ask
|
show
|
jobs
by
danielhellier
4423 days ago
Curious, which chart lib is GitHub using for those charts?
2 comments
cheese1756
4423 days ago
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
link
misaelm
4423 days ago
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.
link