rufuspollock-okfn / bubbletree

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

D3 alternative? #32

Open kristjanjansen opened 10 years ago

kristjanjansen commented 10 years ago

Have anyone seen bubbletree alternative, implemented in D3? Would it make sense to port current project to D3?

crates commented 10 years ago

We searched extensively for just such a solution, and found that none exists. As the bubbletree visualization is fairly elegant and supports a wide variety of platforms, I'd suggest you use it as-is out of the box. You can easily run this and D3 side by side (which is exactly what we're doing for our app).

pwalsh commented 8 years ago

After @kravets-levko just did some cleanup and prep of code to build a React component, he is a bit frightened by the idea of porting the app to D3 while the code is in current state (no tests, etc.). Still we'd love to see this, and if anyone wants to start hacking, we will also chip in.