0

I am wondering if it is possible to set the background color of an edge label with cytoscape? I am setting the rest of the edge styles like this.

    style: cytoscape.stylesheet()
        .selector("edge")
            .css({
                "line-color": "#444444",
                "width": 4,
                "content": "data(length)"
            })
giodamelio
  • 5,465
  • 14
  • 44
  • 72

1 Answers1

1

You can set an outline on edge labels: http://js.cytoscape.org/#style/labels

maxkfranz
  • 11,896
  • 1
  • 27
  • 36