-
Notifications
You must be signed in to change notification settings - Fork 59
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 arrow option (for directed graphs) #32
Comments
Has there been any update on this?? |
There's a project supports arrow on edge here: |
That's a great reference, thanks! I was unaware of it. My quick take on this is that the cones used to represent arrows will only work well for small graphs (the rendering performance will be poor for graphs with many vertices). But I will experiment with that... |
Well, I'm studying Neo4j these days, and get to know with Vasturiano's project recently. I'd rather research a big graph with Neo4j Browser and Cypher, then export the target graph with little vertices, within 100 for example, to a Shiny APP, then explore the little graph with 3D visualization, what I need are: Shiny support, 3D force graph, label of vertice and edge, arrow of edge. So I'm searching for a proper project this week, and find that threejs is lacking of arrow, and Vasturiano's project is lacking of Shiny support, and visNetwork is lacking of 3D. |
a bit tricky...
The text was updated successfully, but these errors were encountered: