Reputation: 21
I want to understand if I can use cytoscape.js for my protptype work. Here is what I want:
Now my question/confusion is that if cytoscape.js is suitable for above purpose.
I am able to create pipeline (1 step above) but not sure if I can do 2 and 3rd step via Cytoscape.js
Did some one accomplish similar stuff as I described above. If yes can you please share some examples.
Or
Please let me know if Cytoscape.js is not meant for above describe purpose and what other lib I can use
Thank you
Upvotes: 0
Views: 86
Reputation: 4106
Did you want to create something like http://gojs.net/latest/samples/pipes.html ?
GoJS can do everything that you ask for. Disclaimer: I helped create http://gojs.net.
Upvotes: 0
Reputation: 12242
Cytoscape.js is a graph theory / network library. It does not cover general UI widgets etc, as that is very much out of scope. You can use Cytoscape.js for everything you want, using other libraries or your own code where appropriate.
Upvotes: 0