9

How can I add a new edge to connect 2 nodes via drag and drop? I would like to drag/draw a new edge from node x to node y manually via mouse.

It would be greatful, if you could give a working example in jsfiddle or something like that!

Bruno Brummel
  • 93
  • 1
  • 3

1 Answers1

5

App-level features should be written in your own app code or in an extension.

Have you taken a look at the extensions?

There are two extensions on the list thus far for this usecase.

Cytoscape.js is very extensible, so it's easy to write your own extension if you want something different.

maxkfranz
  • 11,896
  • 1
  • 27
  • 36