0

I have a basic example working with cytoscape.js, which looks like this:

current output

Notice how all the edges start and end from the center of the nodes. I'd like to make orthogonal edges which start from the center-right point of the source node and end at the center-left point of the target node. Something like this:

desired output

I've only made a couple sample edges but you get the idea. As a bonus, it would be nice if the lines also had rounded corners. Even though I'm not making a sitemap, this example I found on the web is another good example of what I'm trying to achieve:

sitemap

T Nguyen
  • 3,309
  • 2
  • 31
  • 48

1 Answers1

0

Please refer to the Github issue to track this feature request: https://github.com/cytoscape/cytoscape.js/issues/359

maxkfranz
  • 11,896
  • 1
  • 27
  • 36