iterate poc

This commit is contained in:
sinavir 2025-03-09 17:33:01 +01:00
parent d38eb0ec5d
commit d0b102fd1f
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,4 @@
import json import json
import sys
from dataclasses import dataclass from dataclasses import dataclass

View file

@ -61,6 +61,15 @@ document.addEventListener("DOMContentLoaded", async (event) => {
'background-color': 'data(color)', 'background-color': 'data(color)',
} }
}, },
{
selector: 'node:selected',
style: {
'border-width': "6px",
'border-color': "#AA0000",
'border-opacity': "0.7",
'font-weight': 'bold'
}
},
{ {
selector: 'edge', selector: 'edge',
style: { style: {