Highlight links

This commit is contained in:
Ian Gulliver
2019-07-10 23:41:41 +00:00
parent 0aa272c224
commit dda2102f99
7 changed files with 47 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ class LayoutNode {
this.links.push({
to: nodesByGraphNode.get(link.to),
label: link.label,
highlight: link.highlight,
});
}
}