Is is possible to have a bidirectional edge in Cytoscape.js?
问题 I want to make a network graph that looks similar to this below image. Click on this link to view the image I have searched across and have not found a solution for this using Cytoscape. 回答1: Yes, you can create bidirectional edges in Cytoscape.js. First, the curve-styles of your edges should be different than 'haystack' (below I set it as 'straight'), because 'haystack' doesn't support edge endpoint arrows. Second, you need to specify source and target endpoint arrow shapes. Possible values