rufuspollock-okfn / bubbletree

Radial Bubble Tree Visualization
http://okfnlabs.org/bubbletree
152 stars 69 forks source link

Changed check for no children #25

Open grkvlt opened 11 years ago

grkvlt commented 11 years ago

Changed checks for children.length < 2 to children.length < 1 to allow for nodes with a single child. This pull request contains the built version, including the minified file, too.