Search code examples
javascriptcytoscape.js

How can I avoid labels overlapping?


I'm trying to create a network containing nodes with long labels, but this results in the labels overlapping with each other, making it difficult to read them all clearly.

How can I separate those labels?

How can I align elements in one compound?


Solution

    • Adjust the relative sizes of your labels in your stylesheet
    • Adjust your layout so that your nodes are spread farther apart
    • Use short labels; you can show long text elsewhere, like in a tooltip