0

Can anyone help me out with adding span to grid and guideline functionality for CytoscapeJS ?

Zoli Hali
  • 1
  • 1

1 Answers1

0

(1) Use an overlay for grid lines

(2) Listen to free events on nodes. Move the node using node.position() to the closest grid line.

maxkfranz
  • 11,896
  • 1
  • 27
  • 36