I want to understand if I can use cytoscape.js for my protptype work. Here is what I want:
- Create a pipeline via rectangle node connecting to another node(s) horizontally.
- Changing node property say it color or border on tab or click. Also creating on tap want to create menu or combobox to select something or to perform some action.
- Drag and drop some outside file into the node canvas, which should either create new connected node or consumed by first node for some action...etc
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