Directed Network Graph in Javascript

Hello Plot.ly community,

I’m currently in the need to plot a directed network graph using javascript, and was wondering if there’s something available in the plot.ly library that would allow this. I’m using a scatter3d graph with connected gaps set to true to show lines between points, but this allows only one connection per point and I need some points to have multiple lines connecting to other points as in a network graph. I took a look at the library, and see something for python but couldn’t find for javascript. Is there something like this available?

Thanks

3 Likes

+1. Need network graph for JS in the browser.

+1 need network for JS

This isn’t a Plotly solution (sorry), but you can use D3 for force graphs. I found this great guide that has loads of useful addons (e.g. arrows for directionality):

1 Like

+1 Need Network Plot for Js

+1 for Network plot for plotly js