File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1818 "line-color" : " #e2e2e2" ,
1919 "target-arrow-color" : " #e2e2e2" ,
2020 "color" : " #1984c5" ,
21- "edge-text-rotation" : " autorotate"
21+ "edge-text-rotation" : " autorotate" ,
22+ "events" : " no"
2223 }
2324 },
2425 {
Original file line number Diff line number Diff line change @@ -299,7 +299,12 @@ function newEdge(name, relation) {
299299 id : name + " → " + relation [ "name" ] ,
300300 source : name ,
301301 target : relation [ "name" ] ,
302- label : relation [ "description" ]
302+ label : relation [ "description" ] ,
303+ style : {
304+ "event" : "no" ,
305+ "selectable" : false ,
306+ "grabbable" : false
307+ } ,
303308 }
304309 }
305310}
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ function showDetails(data, connected) {
1919 details_top . innerHTML += "<ul>" ;
2020 details_top . innerHTML += "<li>Use the 'Toggle Filters' button to activate the simulation engine filter.</li>" ;
2121 details_top . innerHTML += "<li>Select what simulation engines you would like to show in the graph.</li>" ;
22- details_top . innerHTML += "<li>Select a node/edge to see its ecosystem in the graph.</li>" ;
23- details_top . innerHTML += "<li>Double click/tap on a node/edge to see details of the tool.</li>" ;
22+ details_top . innerHTML += "<li>Select a node to see its ecosystem in the graph.</li>" ;
23+ details_top . innerHTML += "<li>Double click/tap on a node to see details of the tool.</li>" ;
2424 details_top . innerHTML += "<li>Click outside to unselect nodes.</li>" ;
2525 details_top . innerHTML += "</ul>" ;
2626 details_top . innerHTML += "<h3 class='mt-3'>Contributing</h2>" ;
You can’t perform that action at this time.
0 commit comments