5 ms·
This is one of the main reasons I'm writing these tutorials - small multiples (nested selections) in D3 are explained very poorly in the official docs, and are
by hazzen 14y ago
This is one of the main reasons I'm writing these tutorials - small multiples (nested selections) in D3 are explained very poorly in the official docs, and are a constant stumbling block for coworkers not very familiar with the library.
Sadly, getting around to properly explaining them will take another lesson or two.
- dirtyaura 14y agohazzen, cool that you are going to cover them. What kind of project are you working on, if I may ask.
- lostdog 14y agoThese tutorials have been excellent so far. Do you have an RSS feed that publishes when new tutorials are ready?
- tlrobinson 14y agoNested selections/joins/bindings/whatever have definitely been the biggest stumbling block. A tutorial would be much appreciated.
- Jare 14y agoResults after the first one fail to load in the latest Firefox. It looks like a Firefox bug btw, the style and script tags are not being added to the created iframes (except the first, which is always ok) unless I mess with the timing, either by using a 100ms delay in setTimeout() or a breakpoint with Firebug. PS: it's a fantastic tutorial, thanks for writing it!