You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you need ngraph.forcelayout to get the layout. After a few iterations you just go over each node in the graph and get their positions from layout (similar to this demo). Once you have positions, it should be trivial to render SVG document for each node.
Is there some module that make it possible to render graphs (as svg image for example) server side (from node) ?
The text was updated successfully, but these errors were encountered: