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

Allow non-root nodes to be used in partition & treemap #96

Closed
wants to merge 4 commits into from
Closed

Allow non-root nodes to be used in partition & treemap #96

wants to merge 4 commits into from

Conversation

jacobp100
Copy link

Fixes #91

@jacobp100 jacobp100 changed the title Allow non-root nodes to be used in partition Allow non-root nodes to be used in partition & treemap Oct 9, 2017
@Misiu
Copy link

Misiu commented Oct 10, 2017

@jacobp100 what about other layouts? I think it's a good change, but it should work with other layouts too.
For example in tree. This would allow us to create this kind of layout:
snap 2017-10-10 at 15 34 00

@jacobp100
Copy link
Author

Does d3 support anything close to that?

@Misiu
Copy link

Misiu commented Oct 10, 2017

Recently I had to build hierarchical layout for data without root (comes from external WS), I had to manually add root.
Having ability to specify non-root as source would make my life easier.
I'm waiting for ability to create layout extends, then having layout that I shown in my previous comment would be easy.

@jacobp100
Copy link
Author

d3's hierarchy structure doesn't support not having a single root

@jacobp100 jacobp100 closed this Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants