File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
graphs/src/anemoi/graphs/plotting Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -125,19 +125,6 @@ nor does it submit to any jurisdiction. #}
125125 margin : 5px 0 ;
126126 }
127127
128-
129- #selectedNodeInfo {
130- position : absolute ;
131- bottom : 10px ;
132- right : 10px ;
133- background : rgba (0 , 0 , 0 , 0.8 );
134- color : #fff ;
135- padding : 10px 14px ;
136- border-radius : 8px ;
137- font-size : 12px ;
138- display : none ;
139- }
140-
141128 /* Each row: label left, controls right */
142129 .control-row {
143130 display : grid ;
@@ -220,11 +207,6 @@ nor does it submit to any jurisdiction. #}
220207 Max Degree: <span id =" maxDegree" >0</span >
221208 </div >
222209
223- <div id =" selectedNodeInfo" >
224- <strong >Selected:</strong > <span id =" selectedNodeName" ></span ><br >
225- <strong >Connections:</strong > <span id =" selectedNodeConnections" >0</span >
226- </div >
227-
228210 <div style =" position : absolute ; bottom : 10px ; right : 10px ; opacity : 0.5 ;" >
229211 <img src =" https://anemoi.readthedocs.io/en/latest/_static/logo.png" alt =" Anemoi Logo" style =" height : 100px ;" >
230212 </div >
@@ -633,7 +615,6 @@ nor does it submit to any jurisdiction. #}
633615 attr .needsUpdate = true ;
634616 });
635617
636- document .getElementById (' selectedNodeInfo' ).style .display = ' none' ;
637618 return ;
638619 }
639620
@@ -706,7 +687,6 @@ nor does it submit to any jurisdiction. #}
706687 // Update info panel
707688 document .getElementById (' selectedNodeName' ).textContent = selectedNode;
708689 document .getElementById (' selectedNodeConnections' ).textContent = connectedNodes .size ;
709- document .getElementById (' selectedNodeInfo' ).style .display = ' block' ;
710690 }
711691
712692
You can’t perform that action at this time.
0 commit comments