Hacker News new | ask | show | jobs
by d0m 2119 days ago
What's the best resource(s) to learn D3 for an experienced dev? I find most books/tutorials to be overly verbose.
2 comments

I published a new tutorial for D3 earlier this year: https://observablehq.com/@d3/learn-d3
Thanks.

Is there anything in it that is now outdated?

It would be nice to mention the D3 version targeted in the very first paragraph.

This tutorial, along with the hundreds of other examples we maintain on Observable, are kept up-to-date with all D3 releases.
Official docs and examples with an objective of simple visualization you want to build. You can get through simple timeseries and bar charts with it in 4h. Worked for me, N=1