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

add boxBy attribute #37

Open
hneutr opened this issue Feb 6, 2019 · 0 comments
Open

add boxBy attribute #37

hneutr opened this issue Feb 6, 2019 · 0 comments
Labels

Comments

@hneutr
Copy link
Collaborator

hneutr commented Feb 6, 2019

put nodes in boxes based on an attribute

the way we would do this is:

  • make "metanodes" of where each "metanode" is an attribute
  • size that metanode by the number of nodes in it
  • use d3 to simulate the forces between these nodes

then:

  • for each metanode, run another d3 simulation for nodes in that metanode, and place them within that box

ideally, we'd also like to:

  • be able to say "hierarchical" if it's a scalar we're boxing by, and also, to box ascendingly or descendingly in that case
@hneutr hneutr added the feature label Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant