[ {"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 } }, {"selector": "node[NumChildren<=1]", "css": { "height": "10", "width": "10" }}, {"selector": "edge", "css": { "line-color": "gray", "label": "data(label)" }} ]