I am looking for a JavaScript Library where in I can make a simple flow chart, that includes,
A Start Point, A End Point, Few conditions, Changing the data, and adding it to the view when you double click the box, Can Fork the flow.
Went through few libraries.
D3.js is not suited very well for this kind of visualization. Other libraries, JSplumb, Cytoscape, jointJS (And not rappid. Looking for an Open Source)
Any suggestions.