The range of the graticules is limited to the front hemisphere, to enable the azimuthal projection. These projections are available in the geo.projection plugin.
The extent of the graticules goes from -179 to 179 to avoid breaking the stereographic projection.
One-to-many highlighting for ordinal "name" axis.
An improvement of Average Price Histories by using constraint relaxation to position the labels, borrowed from the Dorling Cartogram example.
Uses constraint relaxation to calculate new label positions, then transitions when no more adjustments are needed.
Also see the average prices.
A visualization of files in the src directory of the d3 repository, based on Reingold-Tilford Tree.
Use git to clone a repository, then du to create a tsv with the directory contents.
git clone git://github.com/mbostock/d3.git
(echo -n 'size\tfile\n'; du -a d3) > d3.tsv
A comparison of the src directory for three versions of d3. Also see d3 src tree.
Null values indicated by space character.
A combination of Mike Bostock’s Atlantis projection and Jason Davies' Automatically Colored World Map