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've been trying to get elkjs working to draw some simple graphs in a web browser. Since elkjs is js based, I just assumed it was easy to use together with a graphing framework:
Cytoscape has en adapter that can be used, but it misses basic things like ports.
Sprotty seems to be used in the examples, but I can find no examples loading sprotty with a script tag, sending in some JSON, and get a graph rendered.
KlayJS has a d3 adapter, but elkjs seems not to have one.
What do you recommend for web rendering, and is there a simple example somewhere I can to get started?