bubbletree icon indicating copy to clipboard operation
bubbletree copied to clipboard

D3 alternative?

Open kristjanjansen opened this issue 10 years ago • 2 comments

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

kristjanjansen avatar Jun 02 '14 13:06 kristjanjansen

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).

crates avatar Jul 21 '14 14:07 crates

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.

pwalsh avatar Dec 15 '15 12:12 pwalsh