Avoid Edge Label Overlap Cytoscape.js

25 views Asked by At

I am writing a web app using Cytoscape. I often encounter label overlap, which could be easily solved by translating the label along the edge. Something like this:

enter image description here

Is this possible to automate? Can I somehow obtain the bounding boxes of the labels and set the position of the label along the edge, i.e., the distance to the nodes?

0

There are 0 answers