我想知道是否可以使用cytoscape设置边缘标签的背景颜色?我正在设置其余的边缘样式。
style: cytoscape.stylesheet()
.selector("edge")
.css({
"line-color": "#444444",
"width": 4,
"content": "data(length)"
})