How D3 Selections Work
bost.ocks.org
How D3 Selections Work
1–9 of 9 posts
Re: How D3 Selections Work
#2It would be fun to make an interactive tool that generates the diagram directly from the given selection and data (and probably wouldn’t be too hard to repurpose the existing code). But the JavaScript console and element inspector are so useful on their own for learning D3 + DOM, it’s likely more fruitful to encourage people to use the console directly.
Re: How D3 Selections Work
#3Re: How D3 Selections Work
#4Re: How D3 Selections Work
#5There’s an easter egg of sorts in that you can run the shown code snippets in the JavaScript console, and the results in the console will match the shown diagrams. This is thanks to careful inclusion of off-screen elements. It would be fun to make an interactive tool that generates the diagram directly from the given selection and data (and probably wouldn’t be too hard to repurpose the existing code). But the JavaSc…
Re: How D3 Selections Work
#6This man is a god. I love that his "Videos" are demos of his tech. Inspect element, my friends.
Re: How D3 Selections Work
#7This man is a god. I love that his "Videos" are demos of his tech. Inspect element, my friends.
Wow, I didn't even notice that. That is very slick! I played some of the "videos" and thought the implementation was nice, responsive, and smooth; I had no idea it wasn't pre-rendered video.
Re: How D3 Selections Work
#8There’s an easter egg of sorts in that you can run the shown code snippets in the JavaScript console, and the results in the console will match the shown diagrams. This is thanks to careful inclusion of off-screen elements. It would be fun to make an interactive tool that generates the diagram directly from the given selection and data (and probably wouldn’t be too hard to repurpose the existing code). But the JavaSc…
Anytime I whip up a new visualization in d3, I look like a wizard at the office. Thanks Mike! Owe you a beer if you're ever in DC.