File size: 819 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 33 34 35 36 | [
{"selector":"node", "css": {
"border-width": "1px",
"content": "data(id)",
"background-color": "gray",
"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": {
"background-color": "white",
"width": 700,
"height": 700,
"background-image": "data(path)",
"background-fit": "contain",
"z-index" : 4,
"font-size" : 50
}
},
{"selector": "node[NumChildren<=1]", "css": {
"height": "10",
"width": "10"
}},
{"selector": "edge", "css": {
"line-color": "gray",
"label": "data(label)"
}}
] |