test / app /data /nodestyle1.js
okata's picture
Upload 42 files
bd8cdd3 verified
raw
history blame contribute delete
819 Bytes
[
{"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)"
}}
]