This example comes from the wiki, where there are a number of other
pie-related examples you might find helpful:
https://github.com/mbostock/d3/wiki
Mike
svg { display: block; }
2) Think of it as a visualization. The data are the keys. There is a
rect with a fill set to your coloring function. The y attribute is set
by the index.
Hi Kai,I added your "display" suggestion to the "svg" css block (right after the font statement) in Mike's example, located at: http://bl.ocks.org/1305337. It didn't work.