Y
Hacker News
new
|
ask
|
show
|
jobs
by
rloc
3238 days ago
I really liked the "income growth" animated graph. Does someone know if the nytimes used a specific library ?
2 comments
askmike
3238 days ago
Its d3.js - just follow the debug logging they didn't disable for production in the console ;)
link
hashberry
3238 days ago
Finally, I can put my front-end code monkey skills to use! From looking at the source code, the graph uses "d3-chart" class names. Googling this returns:
https://d3js.org/
link