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

Issues with ForceDirectedGraph #677

Open
deepajay opened this issue Jun 14, 2017 · 1 comment
Open

Issues with ForceDirectedGraph #677

deepajay opened this issue Jun 14, 2017 · 1 comment

Comments

@deepajay
Copy link

deepajay commented Jun 14, 2017

Hello,
I want to achieve 3 things in ForceDirectedGraph:

  1. Add arrow to edges from source to target, like : http://bl.ocks.org/rkirsling/5001347
  2. How to adjust node size and edge length?
  3. In order to define links, group is considered as id of the nodes. I want to use "index" field of each node to create links.
    For example:
    "links":[
    {"source":index1,"target":index2,"value":1}
    ]

Thanks in advance 👍

@IanBFarrell
Copy link

Has this been worked on or is there a work around?

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

No branches or pull requests

2 participants