/tagcloud

Primary LanguageJavaScript

Intro

Makes a "tag cloud" using D3.js.

Try this:

git clone https://github.com/mattjj/tagcloud.git
cd tagcloud
python -m SimpleHTTPServer
# point your browser to localhost:8000/example/

TODO

Mike Bostock posted these new clustered force layouts and they're a much better way to do groups...