Live data from Hacker News

D3.js 101 - Technical Intro

scottcheng.github.com

21–30 of 40 posts

Re: D3.js 101 - Technical Intro

#23
post #7

Check out Scott Murray's D3 Tutorials http://alignedleft.com/tutorials/d3/ Also in book: http://shop.oreilly.com/product/0636920026938.do

Thanks for posting this, I had read part of those tutorials a few weeks back and they were really great at explaining the logic, but I couldn't find them again when I wanted to show them to a colleague.

Re: D3.js 101 - Technical Intro

#25

As a fun but related aside, Wistia are using d3 for a pretty cool background on their developer docs: http://wistia.com/doc/upload-api Click on the background to see the voronoi cells, script here: http://wistia.com/doc/javascripts/voronoi.js

Another fun but related aside: I used d3 to help generate layouts of tightly packed circles, which are then used as the animated background in my agency's 2013 holiday poster.

Generator: http://2013.poster.thirteen23.com/generator/

Poster: http://2013.poster.thirteen23.com/

Re: D3.js 101 - Technical Intro

#26

As a fun but related aside, Wistia are using d3 for a pretty cool background on their developer docs: http://wistia.com/doc/upload-api Click on the background to see the voronoi cells, script here: http://wistia.com/doc/javascripts/voronoi.js

Another fun but related aside: I used d3 to help generate layouts of tightly packed circles, which are then used as the animated background in my agency's 2013 holiday poster. Generator: http://2013.poster.thirteen23.com/generator/ Poster: http://2013.poster.thirteen23.com/

This is pretty cool. I'd be interested in reading a blog post about how you did this, pitfalls you encountered, etc.

Re: D3.js 101 - Technical Intro

#27
post #26

Earlier quoted context omitted.

Another fun but related aside: I used d3 to help generate layouts of tightly packed circles, which are then used as the animated background in my agency's 2013 holiday poster. Generator: http://2013.poster.thirteen23.com/generator/ Poster: http://2013.poster.thirteen23.com/

This is pretty cool. I'd be interested in reading a blog post about how you did this, pitfalls you encountered, etc.

Thanks! There's a barebones colophon in the HTML source, and I've published the source code [1], but I do intend to write up sometime soon.

[1]: https://github.com/thirteen23/2013-holiday-poster

Re: D3.js 101 - Technical Intro

#28
Anyone else get an error trying to run this slide? (ARRAYS & DATA MANIPULATION) on http://scottcheng.github.com/d3js-101/#/data-manipulation

I don't understand whats going on here, what does array[, accessor] and [start, ]stop[, step] mean? I get an error "SyntaxError: Unexpected token ," which I tend to agree with.

Post reply on HN