Individual highlighting for link and group labels

This commit is contained in:
Ian Gulliver
2019-07-14 03:19:15 +00:00
parent f3823812c7
commit 3bdb240987
11 changed files with 95 additions and 52 deletions

View File

@@ -21,6 +21,7 @@ class LayoutNode {
to: nodesByGraphNode.get(link.to),
id: link.id,
label: link.label,
labelId: link.labelId,
});
}
}