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

addData to force directed series #2152

Closed
mcverticchio opened this issue Feb 20, 2020 · 2 comments
Closed

addData to force directed series #2152

mcverticchio opened this issue Feb 20, 2020 · 2 comments

Comments

@mcverticchio
Copy link

I am attempting to dynamically update a force directed tree (with a fairly nested data structure). Its possible that new children could be added somewhere within the tree structure, not likely to be added to the end (unlike a line graph for instance).

My question is, is this possible with addData without having to rerender the whole chart? I'd like to just smoothly show a new branch being added (or removed) and not reanimate the entire chart.

If this is not possible, do you have any plans for this in the future?

@martynasma
Copy link
Collaborator

No, I'm afraid it's currently not possible to incrementally add data for chart types that are using hierarchical data structure.

We might add it in the future, but there are no exact plans for it in place, I'm afraid.

@martynasma
Copy link
Collaborator

I'm afraid we won't be able to implement incremental updates on ForceDirectedTree chart. There's just too many moving parts there for it. Sorry.

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

2 participants