File size: 756 Bytes
bd8cdd3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
[
{"selector":"node", "css": {
"border-width": "1px",
"content": "data(id)",
"background-color": "data(color)",
"background-fit": "cover cover",
"shape" : "rectangle",
"background-image": "data(path)",
"label" : "data(shared_name)",
"height": "data(Height)",
"z-index" : 1,
"width": "data(Width)",
"background-fit": "cover cover",
"font-size" : "data(Label_size)"
}
},
{"selector":"node:selected", "css": {
"overlay-color": "white",
"border-width": "5px",
"overlay-opacity": 0.1,
"z-index" : 4
}
},
{"selector": "node[NumChildren<=1]", "css": {
"height": "10",
"width": "10"
}},
{"selector": "edge", "css": {
"line-color": "gray",
"label": "data(label)"
}}
] |