Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QUESTION: possible to load the bubbletree data dynamically? #22

Open
henry74 opened this issue Apr 11, 2013 · 4 comments
Open

QUESTION: possible to load the bubbletree data dynamically? #22

henry74 opened this issue Apr 11, 2013 · 4 comments

Comments

@henry74
Copy link

henry74 commented Apr 11, 2013

I love the visualization, but is it possible to load the data dynamically? I want to change what children nodes may show up based on nodes which have been selected.

Do I have to load the entire hierarchy before the bubbletree is rendered or can I change the children as the user clicks?

@James70
Copy link

James70 commented Aug 23, 2013

I just joined the site today (Aug 23 2013) and your question reflects exactly the end state of what I wish to accomplish as well Henry. Let me know if you have made any progress or have some helpful tips as I have a steep learning curve ahead of me still.

@crates
Copy link

crates commented Jul 21, 2014

+1 for me as well.

This is something that we will be developing in-house for our current project (which uses the BubbleTree library). If I figure out how to make this work (and remember to come back), I will post a solution here.

@rdinnik
Copy link

rdinnik commented Feb 14, 2016

Has someone any workaround or enhancement rearding this issue?

@crates
Copy link

crates commented Feb 15, 2016

@rdinnik: I wish I had better news for you.

I engineered a solution at Gartner for this problem, but they own the work. It was NOT a trivial issue. The primary problem here is that this library draws essentially orbits of things around other things; imagine trying to determine the exact position of Pluto in its orbit without knowing the size or position of the sun or the other planets.

Bottom line is, yes, it can be done. No, it wasn't trivial. It took me about 300 labor hours to get it right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants